html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  font-family: 'Muli', sans-serif;
}
body {
  width: 100%;
  background-color: #F8F8F8;
}
body .hiddenupload {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  white-space: nowrap;
}
body .hiddenupload .vert {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
body .hiddenupload span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 3px solid #edebeb;
  padding: 50px 30px 30px 30px;
}
body .hiddenupload span input[type="file"] {
  background-color: white;
}
body .hiddenupload span input[type="submit"] {
  width: 180px;
  display: inline-block;
}
body .hiddenupload span a {
  margin-left: 50px;
  margin-right: 50px;
}
body .hiddenupload span p {
  margin-bottom: 20px;
}
body .hiddenupload span .center {
  text-align: center;
}
* {
  color: #7D7D7D;
}
a {
  color: #418EEA;
  text-decoration: none;
}
a.plus {
  padding-left: 25px;
  background: url(/img/icon-add.svgz) no-repeat left 0;
}
a.edit {
  cursor: pointer;
}
a:hover,
a:active {
  text-decoration: underline;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
p,
div {
  font-size: 15px;
  line-height: 1.3em;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
}
.middle {
  vertical-align: middle;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #B0B0B0;
}
.fauxcheckbox .fc {
  -moz-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #E7E7E7;
  background-color: white;
  cursor: pointer;
  vertical-align: middle;
  background: white url('/img/checkmark-faded.svgz') no-repeat center center;
}
.fauxcheckbox .fc.checked {
  background: white url('/img/checkmark.svgz') no-repeat center center;
}
.fauxcheckbox .fc:hover {
  -moz-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -ms-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -o-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
}
.fauxcheckbox label {
  margin-left: 10px;
  display: inline;
}
.fauxcheckbox input {
  display: none;
}
.fauxcheckbox.fixed .fc {
  opacity: .8;
}
.fauxcheckbox.fixed .fc:hover {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.whitebox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: .01;
  display: none;
}
.form_saving_indicator {
  position: fixed;
  display: none;
  top: 90px;
  right: 20px;
  color: #418EEA;
  font-size: 12px;
  text-align: center;
}
.form_saving_indicator img {
  height: 40px;
  width: 40px;
  opacity: .8;
}
.form-stds h3 {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.form-stds input[type="text"],
.form-stds input[type="password"],
.form-stds input[type="submit"],
.form-stds input[type="email"],
.form-stds select,
.form-stds textarea {
  width: 100%;
  padding-left: .625em;
  font-size: 1em;
  color: #7D7D7D;
  border: 3px solid #edebeb;
}
.form-stds input[type="text"],
.form-stds input[type="password"],
.form-stds input[type="email"],
.form-stds input[type="checkbox"],
.form-stds textarea,
.form-stds .select_container {
  height: 2.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: box-shadow .1s;
  -ms-transition: box-shadow .1s;
  -o-transition: box-shadow .1s;
  -webkit-transition: box-shadow .1s;
  transition: box-shadow .1s;
}
.form-stds input[type="text"]:hover,
.form-stds input[type="password"]:hover,
.form-stds input[type="email"]:hover,
.form-stds textarea:hover,
.form-stds input[type="checkbox"]:hover,
.form-stds .select_container:hover {
  -moz-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -ms-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -o-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
}
.form-stds input[type="radio"].magic {
  display: none;
}
.form-stds input[type="radio"] + label.magic {
  display: inline-block;
  position: relative;
  margin: 0;
  height: 35px;
  width: 35px;
  border: 3px solid #edebeb;
  background-color: white;
  -moz-transition: box-shadow .1s;
  -ms-transition: box-shadow .1s;
  -o-transition: box-shadow .1s;
  -webkit-transition: box-shadow .1s;
  transition: box-shadow .1s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.form-stds input[type="radio"] + label.magic font {
  position: absolute;
  display: block;
  background-color: #418EEA;
  height: 17px;
  width: 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  top: 9px;
  left: 9px;
  opacity: 0;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(.1);
  -moz-transform: scale(.1);
  -ms-transform: scale(.1);
  -o-transform: scale(.1);
}
.form-stds input[type=radio]:checked + label.magic font {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.form-stds input[type="radio"] + label.magic:hover {
  -moz-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -ms-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -o-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
}
.form-stds input[type="checkbox"].magic {
  display: none;
}
.form-stds input[type="checkbox"] + label.magic {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 3px solid #edebeb;
  vertical-align: middle;
  background: white url('/img/checkmark-faded.svgz') no-repeat center center;
  -moz-transition: box-shadow .1s;
  -ms-transition: box-shadow .1s;
  -o-transition: box-shadow .1s;
  -webkit-transition: box-shadow .1s;
  transition: box-shadow .1s;
}
.form-stds input[type="checkbox"] + label.magic:hover {
  -moz-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -ms-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -o-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
  box-shadow: 0px 0px 2px 2px rgba(65, 142, 234, 0.3);
}
.form-stds input[type="checkbox"]:checked + label.magic {
  background: white url('/img/checkmark.svgz') no-repeat center center;
}
.form-stds input[type="submit"] {
  border: 0;
  background-color: #FF9A3E;
  color: #fcfffb;
  cursor: pointer;
  height: 2.125em;
  font-size: 1.25em;
}
.form-stds button,
.form-stds input[type="submit"] {
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form-stds button:hover,
.form-stds input[type="submit"]:hover {
  -moz-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
}
.form-stds button[type="submit"] {
  border: 0;
  background-color: #FF9A3E;
  color: #fcfffb;
  cursor: pointer;
  height: 2em;
  font-size: .9375em;
  text-transform: uppercase;
  padding: 0 1.25em;
}
.form-stds input[type="submit"]:hover,
.form-stds button[type="submit"]:hover {
  background-color: #ffb571;
}
.form-stds textarea,
.form-stds select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
.form-stds label {
  color: #7D7D7D;
}
.form-stds .error {
  color: #ff0000;
  margin-bottom: .625em;
}
.form-stds .form-divider {
  text-align: center;
  margin-bottom: 1.5em;
}
.form-stds .form-group {
  width: 100%;
  margin-bottom: 1.5em;
}
.form-stds .form-group > div {
  margin-bottom: 1.5em;
}
.form-stds .form-group > div > label {
  display: inline-block;
  margin-bottom: .625em;
}
.form-stds .form-group > div > ul {
  color: #ff0000;
  margin-bottom: .625em;
}
.form-stds .form-group .form-label {
  display: inline-block;
  margin-bottom: .625em;
  font-size: .9375em;
  color: #7D7D7D;
}
.form-stds .form-group .form-label label {
  margin-bottom: 0;
}
.form-stds .center {
  text-align: center;
}
.form-stds .right {
  text-align: right;
}
.form-stds .submit-group {
  margin-top: 2em;
}
.form-stds .submit-group button {
  font-size: 1.25em;
}
.form-stds .submit-group a,
.form-stds .submit-group a:visited {
  font-size: .9375em;
  color: #6f6f6f;
  display: inline-block;
  margin-right: 4em;
}
.form-stds .select_container {
  width: 100%;
  min-width: 150px;
  overflow: hidden;
  background: #ffffff url(../images/select-arrow.png) right 0 no-repeat;
  margin-bottom: 10px;
  position: relative;
  border: 3px solid #edebeb;
}
.form-stds .select_container select {
  -webkit-appearance: none;
  background-color: transparent;
  width: 110%;
  margin-bottom: 0;
  border-radius: 0;
  height: 33px;
  border: 0;
}
.form-stds #mce_11-body {
  border: 3px solid #edebeb;
}
body > .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  text-align: center;
}
body > .modal .message {
  position: relative;
  text-align: left;
  margin-top: 100px;
  display: inline-block;
  background-color: white;
  padding: 20px 40px;
  max-width: 500px;
  -moz-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.75);
  -o-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.75);
}
body > .modal .message .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 25px;
  background: #ffffff url(/img/x-gray.svgz) no-repeat center center;
  cursor: pointer;
}
body > .modal .message .close:hover {
  opacity: .8;
}
body > .modal .message h1 {
  font-size: 25px;
}
body > .modal .message p {
  display: block;
  padding-top: 15px;
  padding-bottom: 45px;
}
body > .modal .message .confirm {
  text-align: center;
  background-color: #FF9A3E;
  color: white;
  padding: 10px;
  font-size: 22px;
  display: block;
  width: 340px;
}
body > .modal .message .confirm:hover {
  opacity: .8;
}
body > .modal .message .cancel {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
body > .modal.visible {
  visibility: visible;
}
nav.topnav {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background-color: #418EEA;
}
nav.topnav > div {
  height: 70px;
  display: inline-block;
  position: relative;
  text-align: center;
}
nav.topnav > div a {
  margin: 0 20px;
  color: white;
  line-height: 70px;
  font-size: 35px;
}
nav.topnav > div a:hover,
nav.topnav > div a:active {
  text-decoration: none;
}
nav.topnav > div div.dropdown {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity .3s, visibility .3s linear 0;
  -ms-transition: opacity .3s, visibility .3s linear 0;
  -o-transition: opacity .3s, visibility .3s linear 0;
  -webkit-transition: opacity .3s, visibility .3s linear 0;
  transition: opacity .3s, visibility .3s linear 0;
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #7D7D7D;
}
nav.topnav > div div.dropdown a {
  white-space: nowrap;
  background-color: #7D7D7D;
  display: block;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  padding: 0 80px 0 15px;
  margin: 0;
  -moz-transition: background-color .2s, box-shadow .3s;
  -ms-transition: background-color .2s, box-shadow .3s;
  -o-transition: background-color .2s, box-shadow .3s;
  -webkit-transition: background-color .2s, box-shadow .3s;
  transition: background-color .2s, box-shadow .3s;
}
nav.topnav > div div.dropdown a:hover,
nav.topnav > div div.dropdown a:active {
  background-color: #636363;
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
nav.topnav > div div.dropdown.visible {
  -moz-transition: opacity .3s, visibility 0 linear 0;
  -ms-transition: opacity .3s, visibility 0 linear 0;
  -o-transition: opacity .3s, visibility 0 linear 0;
  -webkit-transition: opacity .3s, visibility 0 linear 0;
  transition: opacity .3s, visibility 0 linear 0;
  visibility: visible;
  opacity: .9;
}
nav.topnav div.hoverable {
  -moz-transition: background-color .3s, box-shadow .3s;
  -ms-transition: background-color .3s, box-shadow .3s;
  -o-transition: background-color .3s, box-shadow .3s;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
  background-color: #418EEA;
}
nav.topnav div.hoverable:hover,
nav.topnav div.hoverable[selected=selected] {
  background-color: #6fa9ef;
}
nav.topnav div.hoverable:hover {
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
nav.topnav div.logo {
  position: relative;
  float: left;
  width: 70px;
  background-color: #0E60C4;
  background: #0E60C4 url('/img/ac-logo-sml.svgz') no-repeat center center;
}
nav.topnav div.logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
nav.topnav div.logo a:hover {
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
nav.topnav div.home {
  float: left;
  width: 70px;
  border-right: 1px solid #6fa9ef;
}
nav.topnav div.home a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url('/img/icon-home.svgz') no-repeat center center;
}
nav.topnav div.name {
  font-size: 20px;
  padding: 0 20px;
  float: right;
  color: white;
  line-height: 70px;
}
nav.topnav div.menu {
  float: right;
}
nav.topnav div.menu a.usermenu {
  padding-right: 40px;
  background: url('/img/icon-menu.svgz') no-repeat 90% center;
  font-size: 20px;
}
nav.topnav div.search {
  float: right;
  width: 70px;
  border-left: 1px solid #6fa9ef;
}
nav.topnav div.search div.dropdown {
  padding: 0;
}
nav.topnav div.search > a.search {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url('/img/icon-search.svgz') no-repeat center center;
}
nav.topnav div.search form {
  display: inline-block;
  padding: 22px;
  white-space: nowrap;
}
nav.topnav div.search form input {
  display: inline-block;
  vertical-align: top;
}
nav.topnav div.search form input[type=text] {
  width: 317px;
}
nav.topnav div.search form input[type=submit] {
  height: 38px;
  margin-left: 10px;
  width: 140px;
}
nav.topnav div.admindrop {
  float: right;
  width: 70px;
  border-left: 1px solid #6fa9ef;
}
nav.topnav div.admindrop i {
  color: white;
}
nav.topnav div.help {
  float: right;
  width: 70px;
  border-left: 1px solid #6fa9ef;
}
nav.topnav div.help > a.help {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url('/img/icon-help.svgz') no-repeat center center;
}
div.footer {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 50px;
}
div.footer a {
  color: #7D7D7D;
  text-decoration: underline;
}
section.unsecured {
  padding-top: 85px;
  width: 330px;
  margin: 0 auto;
}
section.unsecured h2 {
  font-size: 25px;
  line-height: 50px;
  margin-bottom: 10px;
}
section.unsecured p {
  font-size: 95%;
  padding: 5px 0 35px 0;
}
section.unsecured label {
  display: block;
  margin-bottom: .4em;
}
section.unsecured .form-group.rememberme {
  text-align: left;
  margin-top: -10px;
  font-size: 80%;
}
section.unsecured img.lock {
  margin-bottom: -2px;
}
section.unsecured img.letter {
  margin-bottom: -3px;
  margin-right: 4px;
}
section.unsecured div.logo {
  width: 280px;
  height: 140px;
  margin: 0 auto 55px auto;
  background: url('/img/logo-lrg.svgz') no-repeat center center;
}
section.unsecured .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-bottom: 40px;
  font-size: 80%;
}
.unsecured.forgot .submit-group {
  margin-top: 60px;
}
.unsecured.forgot .error label {
  color: #ea5145;
}
.unsecured.forgot .error input {
  border-color: #ea5145;
}
.unsecured.pwreset label {
  margin-top: 15px;
  margin-bottom: 2px;
}
.unsecured.pwreset input[type=submit] {
  margin-top: 50px;
}
.unsecured.pwreset ul {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-bottom: 4px;
  font-size: 80%;
}
.unsecured.register label {
  margin-top: 15px;
  margin-bottom: 2px;
}
.unsecured.register input[type=submit] {
  margin-top: 50px;
}
.unsecured.register .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 80%;
}
section.profile {
  padding-top: 140px;
  width: 634px;
  margin: 0 auto;
}
section.profile h1 {
  padding-bottom: 20px;
}
section.profile div {
  position: relative;
  vertical-align: top;
  height: 156px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  width: 100%;
  background-color: #FF9A3E;
}
section.profile div a.add {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
}
section.profile div a.add.active {
  background-color: #7D7D7D;
}
section.profile div a.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -moz-transition: background-color .2s, box-shadow .3s;
  -ms-transition: background-color .2s, box-shadow .3s;
  -o-transition: background-color .2s, box-shadow .3s;
  -webkit-transition: background-color .2s, box-shadow .3s;
  transition: background-color .2s, box-shadow .3s;
}
section.profile div a.overlay:hover,
section.profile div a.overlay:active {
  background-color: rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 8px 8px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: inset 0px 0px 8px 8px rgba(255, 255, 255, 0.4);
  -o-box-shadow: inset 0px 0px 8px 8px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0px 0px 8px 8px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 8px 8px rgba(255, 255, 255, 0.4);
}
section.profile div h2,
section.profile div h3,
section.profile div h4,
section.profile div h5 {
  position: absolute;
  color: white;
}
section.profile div h2 {
  top: 40px;
  left: 15px;
  font-size: 45px;
}
section.profile div h3 {
  top: 80px;
  left: 15px;
  font-size: 20px;
}
section.profile div h4 {
  top: 45px;
  left: 15px;
  font-size: 20px;
}
section.profile div h5 {
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
}
section.profile div h5.complete {
  margin-left: 30px;
  background: url(/img/checkmark-small.svgz) 0% 40% no-repeat;
}
section.profile div h5.draft,
section.profile div h5.empty {
  color: #7D7D7D;
}
section.profile div.square {
  width: 158px;
}
section.profile div.rect {
  width: 316px;
}
section.profile div.wide {
  width: 632px;
}
section.profile div.top {
  background-image: url('/img/probg/Profile-BG-Head.png');
}
section.profile div.top h1,
section.profile div.top p,
section.profile div.top div {
  color: white;
  position: absolute;
}
section.profile div.top h1 {
  font-size: 50px;
  top: 47px;
  left: 465px;
}
section.profile div.top p {
  top: 87px;
  left: 470px;
}
section.profile div.top div.percent {
  top: 120px;
  right: 72px;
  width: 488px;
  height: 1px;
  background-color: #7D7D7D;
  border-width: 0;
}
section.profile div.top div.percent span {
  display: block;
  height: 1px;
  background-color: white;
}
section.profile div.books {
  background-image: url('/img/probg/Profile-BG-1-off.png');
}
section.profile div.bio {
  background-image: url('/img/probg/Profile-BG-2-off.png');
}
section.profile div.marketing {
  background-image: url('/img/probg/Profile-BG-3-off.png');
}
section.profile div.publicity {
  background-image: url('/img/probg/Profile-BG-4-off.png');
}
section.profile div.photo {
  background-image: url('/img/probg/Profile-BG-5-off.png');
}
section.profile div.inter {
  background-image: url('/img/probg/Profile-BG-5-off.png');
}
section.profile div.square.inter {
  background-position: 100% 0%;
}
section.profile div.special {
  background-image: url('/img/probg/Profile-BG-6-off.png');
}
section.profile div.speakers {
  background-image: url('/img/probg/Profile-BG-7-off.png');
}
section.profile div.books.complete {
  background-image: url('/img/probg/Profile-BG-1-on.png');
}
section.profile div.bio.complete {
  background-image: url('/img/probg/Profile-BG-2-on.png');
}
section.profile div.marketing.complete {
  background-image: url('/img/probg/Profile-BG-3-on.png');
}
section.profile div.publicity.complete {
  background-image: url('/img/probg/Profile-BG-4-on.png');
}
section.profile div.photo.complete {
  background-image: url('/img/probg/Profile-BG-5-on.png');
}
section.profile div.inter.complete {
  background-image: url('/img/probg/Profile-BG-5-on.png');
}
section.profile div.special.complete {
  background-image: url('/img/probg/Profile-BG-6-on.png');
}
section.profile div.speakers.complete {
  background-image: url('/img/probg/Profile-BG-7-on.png');
}
section.questions {
  width: 630px;
  margin: 0 auto;
  padding-top: 116px;
  /*
    .question.addable{
        .shell{
            margin-right:30px;
            margin-left:30px;
        }
        .addanother{
            margin-left:30px;
        }
    }
    */
}
section.questions h2 {
  font-size: 18px;
  margin-bottom: 9px;
  margin-left: 4px;
}
section.questions .rule {
  margin-top: 20px;
  margin-bottom: 25px;
  height: 34px;
  width: 100%;
  background-image: url('/img/probg/Profile-BG-Head-off.png');
}
section.questions button {
  border: 0;
  background-color: #FF9A3E;
  color: white;
  height: 2.125em;
  font-size: 1.1em;
  cursor: pointer;
  padding: 0 .8em;
}
section.questions button:hover,
section.questions button:active {
  background-color: #ffb571;
}
section.questions input[size="2"],
section.questions input[size="4"] {
  padding: 0 .625em;
  text-align: center;
}
section.questions textarea {
  margin-top: 20px;
  height: 300px;
}
section.questions .remaining {
  font-size: 14px;
}
section.questions .select_container {
  width: auto;
  background: #ffffff url(/img/select-arrow.svgz) right 0 no-repeat;
}
section.questions .select_container select {
  line-height: 1;
  padding: 6px 20px 6px 10px;
}
section.questions .form-group {
  margin-bottom: 1.75em;
}
section.questions .tightbelow {
  margin-bottom: .4em;
}
section.questions .tightbelow div {
  margin-bottom: .4em;
}
section.questions .tightbelow .addanother {
  margin-top: -3px;
}
section.questions > strong {
  display: block;
  margin-bottom: 1.75em;
}
section.questions label {
  min-height: 1em;
  margin-bottom: .4em;
  display: block;
  font-size: 16px;
}
section.questions label strong {
  font-weight: bold;
}
section.questions .form_iframe_shell {
  height: 0;
  overflow: hidden;
}
section.questions .fieldwrap {
  vertical-align: top;
  display: inline-block;
  padding-right: 10px;
}
section.questions .fieldwrap label {
  font-size: 16px;
  margin: 10px 0 4px 0;
}
section.questions .fieldwrap.yesno {
  text-align: center;
}
section.questions .fieldwrap.yes {
  margin-left: 20px;
}
section.questions .fieldwrap.no {
  margin-right: 20px;
}
section.questions .hidelabels .fieldwrap label {
  display: none;
}
section.questions .question.ruleabove {
  border-top: 1px solid #E7E7E7;
  margin-top: 60px;
  padding-top: 60px;
}
section.questions .question.padabove {
  padding-top: 35px;
}
section.questions .question button {
  margin-top: 13px;
}
section.questions .question .upload_extra,
section.questions .question .uploading,
section.questions .question .uploaded {
  margin-left: 20px;
  display: inline-block;
  font-size: 14px;
}
section.questions .question .upload_extra i,
section.questions .question .uploading i,
section.questions .question .uploaded i {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-right: 5px;
}
section.questions .question .upload_extra em,
section.questions .question .uploading em,
section.questions .question .uploaded em {
  font-style: italic;
  font-size: 10px;
  padding-left: 20px;
}
section.questions .question .uploading,
section.questions .question .uploaded {
  display: none;
}
section.questions .question img.image-uploaded {
  max-height: 200px;
  display: block;
}
section.questions .question .addanother {
  margin-top: 10px;
}
section.questions .question .simpleadd {
  margin-top: 8px;
}
section.questions .question .simple .addanother .addlink {
  padding-top: 10px;
  display: block;
}
section.questions .question[complex="complex"] .select_container select {
  width: 140%;
}
section.questions .question[complex="complex"] .addanother {
  margin-top: -13px;
}
section.questions .question[type="non"] {
  padding-top: 30px;
}
section.questions table.radio td {
  padding: 10px;
}
section.questions table.radio td p {
  font-size: 18px;
}
section.questions small {
  font-size: 0.8rem;
}
section.questions span.padabove,
section.questions small.padabove {
  display: inline-block;
  padding-top: 30px;
}
section.questions .question.employment .shell .fieldwrap {
  height: 6em;
  vertical-align: top;
}
section.questions .question.employment .shell .fieldwrap input[size="4"] {
  padding: 0;
}
section.questions .question.employment .shell .fieldwrap label {
  height: 1.3em;
}
section.questions .question.employment .shell .fieldwrap label.magic {
  height: 35px;
}
section.questions .question.employment .shell .fieldwrap.emp-org,
section.questions .question.employment .shell .fieldwrap.job-title {
  width: 47%;
}
section.questions .question.employment .shell .fieldwrap.emp-org input,
section.questions .question.employment .shell .fieldwrap.job-title input {
  width: 100%;
}
section.questions .question.employment .shell .fieldwrap.month-start,
section.questions .question.employment .shell .fieldwrap.month-end {
  width: 150px;
}
section.questions .question.employment .shell .job-present {
  text-align: center;
}
section.questions .question.employment .addanother {
  margin-top: -38px;
}
section.questions .question.schools .shell .fieldwrap {
  height: 6em;
  vertical-align: top;
}
section.questions .question.schools .shell .fieldwrap.school {
  width: 100%;
}
section.questions .question.schools .addanother {
  margin-top: -24px;
}
section.questions .question.previous-books .shell .fieldwrap.book-title,
section.questions .question.previous-books .shell .fieldwrap.book-publisher {
  width: 100%;
}
section.questions .form-foot {
  padding: 70px 0 100px 0;
}
section.questions .form-foot input[type=submit] {
  margin-top: 40px;
  width: 400px;
}
section.questions .booklead {
  margin-bottom: 40px;
}
section.questions.no-pad {
  padding: 0;
}
section.questions.newbook .form-group label {
  margin-top: 40px;
  font-size: 20px;
}
section.questions.newbook .form-group textarea {
  margin-top: 10px;
  height: 240px;
}
section.questions.newbook .form-group p {
  margin-top: 24px;
}
section.questions.newbook .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.questions.newbook input[type=submit] {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 400px;
  background-color: #418EEA;
}
section.questions.newbook input[type=submit].major {
  background-color: #FF9A3E;
}
section.questions.newbook input[type=submit]:hover {
  opacity: .8;
}
section.questions.newbook a {
  display: block;
}
section.questions.newbook .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 80%;
}
section.viewauthor section.questions,
section.mybooks section.questions {
  display: none;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
section.viewauthor section.questions .ruleabove,
section.mybooks section.questions .ruleabove {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
section.viewauthor section.questions a.edit,
section.mybooks section.questions a.edit {
  margin: 15px 0;
}
section.viewauthor h3,
section.mybooks h3 {
  font-size: 24px;
  line-height: 35px;
}
section.viewauthor .thin-rule,
section.mybooks .thin-rule {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 33px;
}
section.viewauthor img.image-uploaded,
section.mybooks img.image-uploaded {
  max-height: 200px;
  display: block;
}
section.viewauthor .books,
section.mybooks .books {
  position: relative;
  margin-top: 80px;
}
section.viewauthor .books .right,
section.mybooks .books .right {
  position: absolute;
  top: 10px;
  right: 0;
}
section.viewauthor .books .right a,
section.mybooks .books .right a {
  font-size: 18px;
}
section.viewauthor .books p.nobooks,
section.mybooks .books p.nobooks {
  display: block;
  padding-top: 40px;
}
section.viewauthor .books .hcbook,
section.mybooks .books .hcbook {
  margin-top: 2px;
  padding: 15px;
  background-color: #E7E7E7;
}
section.viewauthor .books .hcbook .title,
section.mybooks .books .hcbook .title {
  color: #418EEA;
  display: inline-block;
  line-height: 22px;
  font-size: 17px;
  max-width: 420px;
}
section.viewauthor .books .hcbook .alert,
section.mybooks .books .hcbook .alert {
  display: inline-block;
  color: #ea5145;
  background: #E7E7E7 url('/img/bookalert.svgz') no-repeat 18px 3px;
  padding-left: 40px;
  line-height: 22px;
  font-size: 13px;
}
section.viewauthor .books .hcbook .autosaved,
section.mybooks .books .hcbook .autosaved {
  display: inline-block;
  color: #B0B0B0;
  padding-left: 20px;
  line-height: 22px;
  font-size: 12px;
}
section.viewauthor .books .hcbook .pipe,
section.mybooks .books .hcbook .pipe {
  display: inline-block;
  padding: 0 5px;
  color: #7D7D7D;
}
section.viewauthor .books .hcbook .gap,
section.mybooks .books .hcbook .gap {
  height: 10px;
}
section.viewauthor .books .hcbook .description,
section.mybooks .books .hcbook .description,
section.viewauthor .books .hcbook .backstory,
section.mybooks .books .hcbook .backstory {
  display: inline-block;
  background-color: white;
  width: 200px;
  padding: 3px;
}
section.viewauthor .books .hcbook .description .box,
section.mybooks .books .hcbook .description .box,
section.viewauthor .books .hcbook .backstory .box,
section.mybooks .books .hcbook .backstory .box {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #16b422;
  vertical-align: middle;
}
section.viewauthor .books .hcbook .description .box.checked,
section.mybooks .books .hcbook .description .box.checked,
section.viewauthor .books .hcbook .backstory .box.checked,
section.mybooks .books .hcbook .backstory .box.checked {
  background: #16b422 url('/img/bookcheckmark.svgz') no-repeat center center;
}
section.viewauthor .books .hcbook .description .box.empty,
section.mybooks .books .hcbook .description .box.empty,
section.viewauthor .books .hcbook .backstory .box.empty,
section.mybooks .books .hcbook .backstory .box.empty {
  background-color: #E7E7E7;
}
section.viewauthor .books .hcbook .description .box.draft,
section.mybooks .books .hcbook .description .box.draft,
section.viewauthor .books .hcbook .backstory .box.draft,
section.mybooks .books .hcbook .backstory .box.draft {
  background: #75ee7e url('/img/bookdots.svgz') no-repeat center center;
}
section.viewauthor .books .hcbook .description,
section.mybooks .books .hcbook .description {
  display: inline-block;
  background-color: white;
  width: 215px;
}
section.viewauthor .books .hcbook .backstory,
section.mybooks .books .hcbook .backstory {
  display: inline-block;
  background-color: white;
  width: 190px;
}
section.viewauthor .books .hcbook .buttons,
section.mybooks .books .hcbook .buttons {
  display: inline-block;
  vertical-align: top;
  width: 165px;
  padding: 4px;
  text-align: right;
}
section.viewauthor .books .hcbook .buttons a,
section.mybooks .books .hcbook .buttons a {
  height: 28px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  padding: 0 20px;
}
section.viewauthor .books .hcbook .buttons a.edit,
section.mybooks .books .hcbook .buttons a.edit {
  background-color: #FF9A3E;
  color: white;
}
section.viewauthor .books .otherbook,
section.mybooks .books .otherbook {
  margin-top: 2px;
  padding: 15px;
  background-color: #E7E7E7;
  min-height: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.viewauthor .books .otherbook .title,
section.mybooks .books .otherbook .title {
  color: #418EEA;
  line-height: 22px;
  font-size: 17px;
  max-width: 420px;
  padding-bottom: 20px;
}
section.viewauthor .books .otherbook .info,
section.mybooks .books .otherbook .info {
  display: inline-block;
  width: 50%;
}
section.viewauthor .books .otherbook .buttons,
section.mybooks .books .otherbook .buttons {
  width: 40%;
  display: inline-block;
  float: right;
  vertical-align: top;
  padding: 4px;
  text-align: right;
}
section.viewauthor .books .otherbook .buttons a,
section.mybooks .books .otherbook .buttons a {
  height: 28px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  padding: 0 20px;
}
section.viewauthor .books .otherbook .buttons a.edit,
section.mybooks .books .otherbook .buttons a.edit {
  background-color: #FF9A3E;
  color: white;
}
section.viewauthor .books {
  margin-top: 50px;
}
section.author_home {
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.author_home div.newbook {
  padding-top: 25px;
  background-color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
section.author_home div.newbook h1 {
  line-height: 30px;
}
section.author_home div.newbook h1.padabove {
  padding-top: 20px;
}
section.author_home div.newbook h5 {
  font-size: 14px;
  line-height: 19px;
  margin: 13px 0;
}
section.author_home div.newbook a {
  display: inline-block;
  color: white;
  background-color: #FF9A3E;
  padding: 5px 20px;
  -moz-transition: opacity .2s, box-shadow .3s;
  -ms-transition: opacity .2s, box-shadow .3s;
  -o-transition: opacity .2s, box-shadow .3s;
  -webkit-transition: opacity .2s, box-shadow .3s;
  transition: opacity .2s, box-shadow .3s;
}
section.author_home div.newbook a:hover,
section.author_home div.newbook a:active {
  text-decoration: none;
  opacity: .8;
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
section.author_home div.profile {
  position: relative;
  height: 140px;
  background-color: #FF9A3E;
  background-image: url('/img/probg/Profile-BG-Head.png');
  margin-bottom: 70px;
}
section.author_home div.profile h1 {
  position: absolute;
  font-size: 50px;
  color: white;
  top: 42px;
  left: 400px;
}
section.author_home div.profile p {
  position: absolute;
  top: 87px;
  left: 405px;
  color: white;
}
section.author_home div.profile div {
  position: absolute;
  top: 110px;
  left: 70px;
  right: 70px;
  height: 1px;
  background-color: #7D7D7D;
}
section.author_home div.profile div span {
  display: block;
  height: 1px;
  width: 50%;
  background-color: white;
}
section.author_home div.profile a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
section.author_home div.profile a:hover {
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
section.author_home div.welcome {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
section.author_home div.welcome h2 {
  color: #418EEA;
  font-size: 21px;
  margin-bottom: 20px;
}
section.author_home div.welcome h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
section.author_home div.welcome div.logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
}
section.author_home div.welcome div.logo img {
  max-height: 140px;
  max-width: 140px;
}
section.author_home div.welcome div.text {
  margin-left: 170px;
  min-height: 170px;
}
section.author_home div.welcome div.text em {
  font-style: italic;
}
section.author_home div.welcome div.text strong {
  font-weight: bold;
}
section.author_home div.welcome div.text a.hcwelcome {
  display: inline-block;
  color: white;
  background-color: #418EEA;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 5px;
  -moz-transition: opacity .2s, box-shadow .3s;
  -ms-transition: opacity .2s, box-shadow .3s;
  -o-transition: opacity .2s, box-shadow .3s;
  -webkit-transition: opacity .2s, box-shadow .3s;
  transition: opacity .2s, box-shadow .3s;
}
section.author_home div.welcome div.text a.hcwelcome span {
  font-size: 14px;
  color: white;
}
section.author_home div.welcome div.text a.hcwelcome:hover,
section.author_home div.welcome div.text a.hcwelcome:active {
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  opacity: .8;
}
section.author_home div.welcome div.text .kit-links {
  margin-top: 20px;
}
section.author_home div.welcome div.text .kit-links a.kit-link {
  font-weight: bold;
}
section.author_home .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.author_home div.welcome.hcwelcome {
  margin-bottom: 100px;
}
section.author_home .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.viewauthor {
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding-top: 100px;
}
section.viewauthor .header h1 {
  font-size: 35px;
}
section.viewauthor .header h2 {
  font-size: 18px;
  line-height: 30px;
}
section.viewauthor .header h3 {
  font-size: 18px;
  line-height: 40px;
}
section.viewauthor .header .imprints {
  display: inline-block;
  max-width: 400px;
  font-size: 14px;
}
section.viewauthor .controls {
  position: absolute;
  top: 110px;
  right: 0px;
  line-height: 30px;
}
section.viewauthor .controls a {
  color: #418EEA;
  font-size: 18px;
}
section.viewauthor .controls a.download {
  padding-left: 30px;
  background: url('/img/icon-download.svgz') no-repeat center left;
}
section.viewauthor .controls a.manage {
  padding-left: 30px;
  background: url('/img/icon-access.svgz') no-repeat center left;
}
section.viewauthor .authornavbar {
  height: 50px;
  margin-top: 15px;
  background-color: white;
  border-color: #7D7D7D;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
section.viewauthor .authornavbar .element {
  height: 50px;
  display: inline-block;
}
section.viewauthor .authornavbar .element a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 50px;
}
section.viewauthor .authornavbar .element a.double {
  padding-top: 6px;
  line-height: 20px;
}
section.viewauthor .authornavbar .element a.selected {
  background-color: #7D7D7D;
  color: white;
}
section.viewauthor .authornavbar .element a:hover {
  text-decoration: none;
  background-color: #636363;
  color: white;
}
section.viewauthor .profile {
  margin-top: 54px;
}
section.viewauthor .profile h1 {
  font-size: 24px;
}
section.viewauthor .profile h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
section.viewauthor .profile .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.viewauthor .profile .rule.bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.viewauthor .profile .mute {
  opacity: .5;
}
section.viewauthor .profile .answer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}
section.viewauthor .profile .aasimple {
  display: block;
}
section.viewauthor .profile .complexaa {
  margin-top: 10px;
}
section.viewauthor .profile .upload_extra {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
}
section.viewauthor .profile .upload_extra i {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-right: 5px;
}
section.viewauthor .profile .upload_extra em {
  font-style: italic;
  font-size: 10px;
  padding-left: 20px;
}
section.viewauthor .profile .right {
  float: right;
}
section.viewauthor .profile .addabook {
  height: 36px;
}
section.viewauthor .profile .addabook a {
  font-size: 17px;
  line-height: 42px;
}
section.viewauthor .profile .nobooks {
  line-height: 160px;
  color: #b0b0b0;
  text-align: center;
  font-size: 13px;
  padding-bottom: 40px;
}
section.myauthors {
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.myauthors .right {
  position: absolute;
  top: 146px;
  right: 0;
}
section.myauthors .right a {
  font-size: 18px;
}
section.myauthors .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.myauthors .empty {
  margin-top: 40px;
}
section.myauthors .author.stub {
  height: 75px;
}
section.myauthors .author {
  position: relative;
  height: 150px;
  margin-top: 25px;
  background-color: #E7E7E7;
  vertical-align: top;
}
section.myauthors .author .name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  height: 75px;
  width: 50%;
  display: inline-block;
  padding-left: 20px;
}
section.myauthors .author .name h2 {
  margin-top: 10px;
  color: #418EEA;
  font-size: 20px;
  line-height: 25px;
}
section.myauthors .author .name span {
  font-size: 14px;
}
section.myauthors .author .delete {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
section.myauthors .author .delete a {
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 2px;
  margin-top: 3px;
  display: inline-block;
  opacity: .8;
}
section.myauthors .author .delete a img {
  vertical-align: top;
}
section.myauthors .author .delete a:hover {
  background-color: #eee;
  opacity: 1;
}
section.myauthors .author .contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
  height: 75px;
  width: 49%;
  display: inline-block;
  padding: 10px 30px 0 10px;
}
section.myauthors .author .progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1px;
  line-height: 0px;
  height: 75px;
}
section.myauthors .author .progress .quarter,
section.myauthors .author .progress .half {
  border: 2px solid #E7E7E7;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: white;
}
section.myauthors .author .progress .quarter .boxen,
section.myauthors .author .progress .half .boxen {
  vertical-align: top;
  margin: 2px;
  height: 29px;
  width: 29px;
  display: inline-block;
  background-color: #E7E7E7;
}
section.myauthors .author .progress .quarter .boxen.complete,
section.myauthors .author .progress .half .boxen.complete {
  background: #16b422 url('/img/bookcheckmark.svgz') no-repeat center center;
}
section.myauthors .author .progress .quarter .boxen.draft,
section.myauthors .author .progress .half .boxen.draft {
  background: #75ee7e url('/img/bookdots.svgz') no-repeat center center;
}
section.myauthors .author .progress .quarter a,
section.myauthors .author .progress .half a,
section.myauthors .author .progress .quarter span,
section.myauthors .author .progress .half span {
  height: 33px;
  display: inline-block;
  line-height: 33px;
  font-size: 14px;
  margin-left: 4px;
}
section.myauthors .author .progress .half {
  width: 284px;
}
section.myauthors .author .progress .quarter {
  width: 142px;
}
section.myauthors .pagination {
  margin: 10px auto auto;
  font-size: 18px;
  text-align: center;
}
section.myauthors .pagination a {
  display: inline-block;
  margin: auto 10px auto;
}
section.myauthors .pagination a.disabled {
  pointer-events: none;
  cursor: default;
  color: #7D7D7D;
  text-decoration: none;
}
section.bookrequest {
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.bookrequest span.top {
  margin-top: 35px;
  display: block;
}
section.bookrequest label {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}
section.bookrequest textarea {
  height: 210px;
  padding: 10px;
}
section.bookrequest .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.bookrequest .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 70px;
  margin-bottom: 20px;
}
section.bookrequest p {
  margin-top: 22px;
}
section.bookrequest input[type=submit] {
  font-size: 23px;
  height: 40px;
  width: 340px;
}
section.bookrequest a.cancel {
  font-size: 18px;
}
section.password-updated {
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.password-updated .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.password-updated p {
  display: block;
  margin-top: 40px;
}
section.password-updated span {
  display: block;
  margin-top: 60px;
}
section.update-password {
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.update-password p {
  margin-top: 10px;
}
section.update-password .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.update-password form {
  margin-top: 40px;
}
section.update-password .fos_user_change_password div {
  margin-top: 20px;
}
section.update-password input[type=submit] {
  margin-top: 40px;
  font-size: 23px;
  height: 40px;
  width: 340px;
}
section.update-password ul li {
  background: #E7E7E7 url('/img/icon-alert-small.svgz') no-repeat 15px 7px;
  background-color: #E7E7E7;
  padding-left: 40px;
  padding-top: 5px;
  margin-top: 5px;
  color: #ea5145;
  font-size: 12px;
}
section.invite {
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.invite .right {
  position: absolute;
  top: 146px;
  right: 0;
}
section.invite .right a {
  font-size: 18px;
}
section.invite .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.invite form {
  margin-top: 40px;
}
section.invite .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 80%;
}
section.invite textarea {
  padding: 10px;
  margin-bottom: 40px;
  height: 300px;
}
section.invite label {
  font-size: 20px;
}
section.invite label.error {
  color: #ea5145;
}
section.invite input.error {
  border-color: #ea5145;
}
section.invite input[type=submit] {
  font-size: 23px;
  height: 40px;
  width: 340px;
}
section.invite input[name=addimprint] {
  width: 415px;
  vertical-align: top;
}
section.invite button.addimprint {
  float: right;
  background-color: #418EEA;
  color: white;
  font-size: 1.25em;
  border: none;
  padding: 7px 50px;
  text-transform: uppercase;
  margin: 0;
  margin-left: 5px;
  vertical-align: top;
}
section.invite button.addimprint:hover,
section.invite button.addimprint:active {
  opacity: .8;
}
section.invite p {
  display: block;
  margin-top: 22px;
  margin-bottom: 5px;
}
section.invite .addimprintgroup {
  margin-bottom: 60px;
}
section.invite .addkitgroup p {
  margin-bottom: 20px;
}
section.invite .fauxcheckbox {
  margin-bottom: 10px;
}
section.invite .fauxcheckbox.hidden {
  display: none;
}
section.invite .shell {
  padding-top: 10px;
}
section.invite .shell .imprint {
  position: relative;
  height: 50px;
  background-color: #E7E7E7;
  margin-top: 2px;
}
section.invite .shell .imprint span {
  line-height: 50px;
  font-size: 1.25em;
  padding-left: 30px;
}
section.invite .shell .imprint div.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #B0B0B0 url('/img/x.svgz') no-repeat center center;
}
section.invite .shell .imprint div.close:hover {
  opacity: .8;
}
section.invite .shell .imprint input[type=checkbox] {
  display: none;
}
section.invite .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 100px;
  margin-bottom: 20px;
}
section.invite a.cancel {
  font-size: 18px;
}
section.sendinvite {
  width: 400px;
  margin: 0 auto;
  padding-top: 135px;
}
section.sendinvite h1 {
  padding-left: 43px;
  background: url('/img/icon-letter.svgz') no-repeat 5px 5px;
  font-size: 25px;
}
section.sendinvite p {
  margin-top: 40px;
}
section.sendinvite p.minnav {
  color: #e7e7e7;
}
section.sendinvite div.message {
  margin-top: 150px;
  padding-top: 20px;
  padding-left: 60px;
  border-top: 1px solid #E7E7E7;
  background: url('/img/icon-tip.svgz') no-repeat 5px 30px;
}
section.sendfeedback {
  width: 400px;
  margin: 0 auto;
  padding-top: 135px;
}
section.sendfeedback h1 {
  padding-left: 43px;
  background: url('/img/icon-letter.svgz') no-repeat 5px 5px;
  font-size: 25px;
}
section.sendfeedback p {
  margin-top: 40px;
}
section.feedback {
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.feedback h1 {
  font-size: 30px;
}
section.feedback p {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.feedback textarea {
  margin-bottom: 40px;
  height: 260px;
}
section.feedback input[type=submit] {
  width: 340px;
}
section.feedback .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.feedback label {
  font-size: 20px;
}
section.manageauthor {
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.manageauthor h1 {
  font-size: 30px;
}
section.manageauthor .rule {
  border-bottom: 1px solid #E7E7E7;
}
section.manageauthor p {
  margin-top: 15px;
  margin-bottom: 40px;
}
section.manageauthor input[type=submit] {
  font-size: 23px;
  height: 40px;
  width: 340px;
}
section.manageauthor input[name=granteditor] {
  width: 415px;
  vertical-align: top;
}
section.manageauthor button.granteditor {
  float: right;
  background-color: #418EEA;
  color: white;
  font-size: 1.25em;
  border: none;
  padding: 7px 50px;
  text-transform: uppercase;
  margin: 0;
  margin-left: 5px;
  vertical-align: top;
}
section.manageauthor button.granteditor:hover,
section.manageauthor button.granteditor:active {
  opacity: .8;
}
section.manageauthor .hidden {
  display: none;
}
section.manageauthor .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.manageauthor .granteditorgroup {
  min-height: 200px;
}
section.manageauthor .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 80%;
}
section.manageauthor a.cancel {
  font-size: 18px;
}
section.manageauthor .shell {
  padding-top: 10px;
}
section.manageauthor .shell .editor {
  position: relative;
  height: 50px;
  background-color: #E7E7E7;
  margin-top: 2px;
}
section.manageauthor .shell .editor span {
  line-height: 50px;
  font-size: 1.25em;
  padding-left: 30px;
}
section.manageauthor .shell .editor div.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #B0B0B0 url('/img/x.svgz') no-repeat center center;
}
section.manageauthor .shell .editor div.close:hover {
  opacity: .8;
}
section.manageauthor .shell .editor div.close[isself=isself] {
  opacity: .5;
  cursor: default;
}
section.manageauthor .shell .editor input[type=checkbox] {
  display: none;
}
section.manageauthor .editor-imprints h2 {
  font-size: 24px;
  float: left;
}
section.manageauthor .editor-imprints h3 {
  font-size: 20px;
  margin: 1.5em 0 0.5em 0;
}
section.manageauthor .editor-imprints .rule {
  margin: 30px 0;
}
section.manageauthor .editor-imprints .granteditorgroup {
  min-height: initial;
}
section.manageauthor .editor-imprints .imprint {
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
section.manageauthor .editor-imprints .imprint .closed {
  display: none;
}
section.manageauthor .editor-imprints .imprint .open {
  display: block;
}
section.manageauthor .editor-imprints .switch {
  cursor: pointer;
}
section.manageauthor .editor-imprints .switch:hover {
  background-color: #9DF;
}
section.manageauthor .editor-imprints .switch .fa {
  float: right;
  font-size: 20px;
}
section.manageauthor .editor-imprints .circuit {
  display: none;
}
section.searchauthors {
  width: 570px;
  margin: 0 auto;
  padding-top: 135px;
}
section.searchauthors div.authorcompleter input[type=text] {
  margin-left: 14px;
  width: 370px;
  display: inline-block;
  height: 40px;
}
section.searchauthors div.authorcompleter input[type=submit] {
  margin-left: 12px;
  width: 140px;
  display: inline-block;
}
section.searchauthors div.authorsblock h1 {
  margin-top: 40px;
}
section.searchauthors div.authorsblock h1 span {
  color: #bbb;
}
section.searchauthors div.authorsblock .rule {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 30px;
}
section.searchauthors div.authorsblock div.author {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px 14px 10px 19px;
  min-height: 90px;
  background-color: #E7E7E7;
  vertical-align: top;
  margin-top: 2px;
}
section.searchauthors div.authorsblock div.author .authortext {
  font-size: 20px;
  line-height: 30px;
}
section.searchauthors div.authorsblock div.author .fauxbutton {
  border: 0;
  background-color: #FF9A3E;
  color: #fcfffb;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 22px;
  display: inline-block;
  margin-top: 10px;
}
section.searchauthors div.authorsblock div.author .fauxbutton:hover,
section.searchauthors div.authorsblock div.author .fauxbutton:active {
  text-decoration: none;
  opacity: .8;
}
section.searchauthors div.authorsblock div.author .left {
  display: inline-block;
  vertical-align: top;
  width: 363px;
}
section.searchauthors div.authorsblock div.author .right {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  text-align: left;
}
section.searchauthors div.authorsblock div.author .right span {
  font-size: 14px;
}
section.searchauthors div.authorsblock div.author .right.alignright {
  text-align: right;
}
section.searchauthors div.authorsblock .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 20px 20px 30px 65px;
  margin-bottom: 40px;
}
section.searchauthors div.authorsblock div.message {
  margin-top: 50px;
  margin-left: 13px;
  padding-top: 20px;
  padding-left: 60px;
  background: url('/img/icon-tip.svgz') no-repeat 5px 25px;
}
section.imprint-editor {
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding-top: 135px;
}
section.imprint-editor .line {
  border-bottom: 1px solid #E7E7E7;
}
section.imprint-editor .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.imprint-editor .flash.removeOnLoad {
  opacity: 1;
}
section.imprint-editor .flash {
  margin-top: 5px;
  margin-left: 5px;
  padding: 4px 15px;
  display: inline-block;
  vertical-align: top;
  color: #418EEA;
  font-weight: bold;
  background-color: rgba(65, 142, 234, 0.2);
  opacity: 0;
  -moz-transition: .5s all 4s;
  -ms-transition: .5s all 4s;
  -o-transition: .5s all 4s;
  -webkit-transition: .5s all 4s;
  transition: .5s all 4s;
}
section.imprint-editor .padding {
  height: 30px;
}
section.imprint-editor textarea {
  padding: 10px;
  margin-bottom: 40px;
  height: 600px;
}
section.imprint-editor label {
  font-size: 20px;
  margin-top: 10px;
  margin-right: 20px;
  text-align: right;
}
section.imprint-editor .select_container {
  width: 300px;
  display: inline-block;
}
section.imprint-editor form {
  padding-top: 40px;
}
section.imprint-editor form .left {
  display: inline-block;
  width: 170px;
  vertical-align: top;
}
section.imprint-editor form .right {
  display: inline-block;
  width: 100%;
  padding-left: 170px;
  margin-left: -170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
section.imprint-editor .imprint-logo {
  margin-top: 70px;
  width: 140px;
  height: 140px;
}
section.imprint-editor input[type="submit"] {
  width: 340px!important;
}
section.kit-editor {
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding-top: 135px;
}
section.kit-editor p.info {
  padding-top: 40px;
}
section.kit-editor .line {
  border-bottom: 1px solid #E7E7E7;
}
section.kit-editor .fatrule {
  background-color: #E7E7E7;
  height: 4px;
  margin-top: 80px;
  margin-bottom: 20px;
}
section.kit-editor .error-flash {
  background: #E7E7E7 url('/img/icon-alert.svgz') no-repeat 15px 15px;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-top: 40px;
  font-size: 80%;
}
section.kit-editor .ordinary-flash {
  background: #e7e7e7;
  color: #ea5145;
  padding: 15px 20px 20px 65px;
  margin-top: 40px;
  font-size: 123%;
}
section.kit-editor form {
  padding-top: 40px;
}
section.kit-editor form .left {
  display: inline-block;
  width: 170px;
  vertical-align: top;
  text-align: right;
}
section.kit-editor form .left label {
  font-size: 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 1.75em;
  line-height: 25px;
}
section.kit-editor form .right {
  display: inline-block;
  width: 100%;
  padding-left: 170px;
  margin-left: -170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
section.kit-editor form .right .select_container {
  width: 300px;
  display: inline-block;
  margin: 0;
}
section.kit-editor form .faux-upload {
  position: relative;
}
section.kit-editor form .faux-upload button {
  display: inline-block;
  width: 160px;
  background-color: #418EEA;
}
section.kit-editor form .faux-upload input[type=text] {
  display: inline-block;
  width: 460px;
  margin-left: 5px;
}
section.kit-editor form .faux-upload input[type=file] {
  display: none;
}
section.kit-editor form input[type=submit] {
  width: 340px;
}
section.kit-editor .kits {
  margin-top: 40px;
}
section.kit-editor .kits .kit .left {
  display: inline-block;
  width: 200px;
  height: 95px;
  background-color: white;
  text-align: center;
  margin-top: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.kit-editor .kits .kit .left a i {
  color: #418EEA;
}
section.kit-editor .kits .kit .right {
  display: inline-block;
  height: 95px;
  width: 430px;
  position: relative;
  vertical-align: top;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.kit-editor .kits .kit .right .details {
  text-align: left;
  height: 95px;
  padding: 8px 20px 20px 20px;
  margin-left: 10px;
  background-color: #E7E7E7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.kit-editor .kits .kit .right .details h2 {
  line-height: 100%;
  margin-right: 10%;
}
section.kit-editor .kits .kit .right .details h3 {
  font-size: 12px;
  margin: 0;
}
section.kit-editor .kits .kit .right .details h4 {
  font-size: 12px;
  margin: 0;
}
section.kit-editor .kits .kit .right .details em {
  color: #595959;
}
section.kit-editor .kits .kit .right .control {
  position: absolute;
  top: 4px;
  right: 4px;
}
section.kit-editor .kits .kit .right .control .delete,
section.kit-editor .kits .kit .right .control .edit {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  vertical-align: top;
  overflow: hidden;
}
section.kit-editor .kits .kit .right .control .delete a,
section.kit-editor .kits .kit .right .control .edit a {
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 2px;
  display: inline-block;
  opacity: .8;
}
section.kit-editor .kits .kit .right .control .delete a i,
section.kit-editor .kits .kit .right .control .edit a i {
  color: #418EEA;
  font-size: 20px;
}
section.kit-editor .kits .kit .right .control .delete a img,
section.kit-editor .kits .kit .right .control .edit a img {
  vertical-align: top;
}
section.kit-editor .kits .kit .right .control .delete a:hover,
section.kit-editor .kits .kit .right .control .edit a:hover {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  background-color: #eee;
  opacity: 1;
}
section.container {
  position: relative;
  width: 630px;
  margin: 0 auto;
  padding-top: 100px;
}
section.container .header {
  text-align: center;
}
section.container .header h1 {
  font-size: 35px;
}
section.container .row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}
section.container .col-search {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
section.container .col-search .submit {
  width: 100%;
  margin-top: 0;
}
section.container .col-search label {
  display: block;
  font-weight: bold;
}
section.container .col-search .select_container {
  background: #ffffff url(/img/select-arrow.svgz) right 0 no-repeat;
}
section.container .col-results {
  float: left;
  width: 75%;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
section.container .alert-box {
  border: 3px solid #edebeb;
  margin: 10px 0px;
  padding: 10px 0px;
  width: 100%;
  display: none;
  color: #418EEA;
  font-weight: bold;
  background-color: rgba(65, 142, 234, 0.2);
}
section.container .fauxcheckbox .fc {
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e7e7e7;
  background-color: white;
  cursor: pointer;
  vertical-align: middle;
  background: #ffffff url('/img/checkmark-faded.svgz') no-repeat center center;
}
section.container .fauxcheckbox .fc.checked {
  background: #ffffff url('/img/checkmark.svgz') no-repeat center center;
}
section.container .fauxcheckbox input {
  display: none;
}
section.container .box {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #16b422;
  vertical-align: middle;
}
section.container .box .checked {
  background: #16b422 url('/img/bookcheckmark.svgz') no-repeat center center;
}
section.container .submit {
  margin-top: 40px;
  width: 400px;
  border: 0;
  background-color: #ff9a3e;
  color: #fcfffb;
  cursor: pointer;
  height: 2.125em;
  font-size: 1.25em;
  transition: all .3s;
}
section.container .submit:hover {
  -moz-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  background-color: #ffb571;
}
section.container.manage-users,
section.container.manage-user,
section.container.manage-terminated-editors {
  width: 1100px;
}
section.container.manage-users table,
section.container.manage-user table,
section.container.manage-terminated-editors table {
  margin: auto;
}
section.container.manage-users table,
section.container.manage-user table,
section.container.manage-terminated-editors table,
section.container.manage-users tr,
section.container.manage-user tr,
section.container.manage-terminated-editors tr,
section.container.manage-users td,
section.container.manage-user td,
section.container.manage-terminated-editors td,
section.container.manage-users th,
section.container.manage-user th,
section.container.manage-terminated-editors th,
section.container.manage-users fieldset,
section.container.manage-user fieldset,
section.container.manage-terminated-editors fieldset {
  border: 1px solid #e5e5e5;
}
section.container.manage-users td,
section.container.manage-user td,
section.container.manage-terminated-editors td,
section.container.manage-users th,
section.container.manage-user th,
section.container.manage-terminated-editors th,
section.container.manage-users fieldset,
section.container.manage-user fieldset,
section.container.manage-terminated-editors fieldset {
  padding: 10px;
}
section.container.manage-user fieldset {
  border: 0;
}
section.container.manage-user fieldset table {
  margin: 0 0 10px;
}
section.container.manage-user .submit {
  margin-bottom: 15px;
}
section.container.manage-editors {
  width: 930px;
}
section.container.manage-terminated-editors input[size="2"],
section.container.manage-terminated-editors input[size="4"] {
  padding: 0.625em;
  text-align: center;
}
section.container.manage-terminated-editors textarea {
  margin-top: 20px;
  height: 300px;
}
section.container.manage-terminated-editors p {
  padding-top: 32px;
}
section.container.manage-terminated-editors .remaining {
  font-size: 14px;
}
section.container.manage-terminated-editors .line {
  background-color: #e7e7e7;
  height: 4px;
  margin-top: 32px;
  margin-bottom: 20px;
}
section.container.manage-terminated-editors .submit {
  margin-top: 40px;
  width: 400px;
  border: 0;
  background-color: #ff9a3e;
  color: #fcfffb;
  cursor: pointer;
  height: 2.125em;
  font-size: 1.25em;
  transition: all .3s;
}
section.container.manage-terminated-editors .submit:hover {
  -moz-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
  background-color: #ffb571;
}
section.container.manage-terminated-editors .select_container {
  background: #ffffff url(/img/select-arrow.svgz) right 0 no-repeat;
}
section.container .msg {
  color: #00ee00;
  margin-bottom: 10px;
}
section.container.manage-account .settings {
  margin-top: 55px;
}
section.container.manage-account .settings h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
section.container.manage-account .settings .row {
  margin-bottom: 10px;
}
section.container.manage-account .settings .row .description {
  margin-left: 30px;
}
section.container.manage-account .settings .actions {
  margin-top: 50px;
  text-align: center;
}
section.container.manage-account .settings .actions a {
  font-size: 24px;
  cursor: pointer;
}
.center {
  text-align: center;
  margin: auto;
}
.ie8 .whitebox {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
}
.ie8 .form-stds input[type=text],
.ie8 .form-stds input[type=password] {
  line-height: 34px;
}
.ie8 .form-stds input[type="radio"].magic,
.ie8 .form-stds input[type="checkbox"].magic {
  display: inline;
}
.ie8 .form-stds input[type="radio"] + label.magic,
.ie8 .form-stds input[type="checkbox"] + label.magic {
  display: none;
}
.ie8 nav.topnav div.logo {
  background: #418EEA url('/img/ac-logo-sml.png') no-repeat center center;
}
.ie8 nav.topnav div.home a {
  background: url('/img/icon-home.png') no-repeat center center;
}
.ie8 nav.topnav div.menu a.usermenu {
  background: url('/img/icon-menu.png') no-repeat 90% center;
}
.ie8 nav.topnav div.search > a.search {
  background: url('/img/icon-search.png') no-repeat center center;
}
.ie8 nav.topnav div.help > a.help {
  background: url('/img/icon-help.png') no-repeat center center;
}
.ie8 body > .modal {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#88000000', endColorstr='#88000000');
}
.ie8 body > .modal .close {
  background-image: url('/img/x-gray.png');
}
.ie8 body > .modal .close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 section.unsecured .error-flash {
  background: #E7E7E7 url('/img/icon-alert.png') no-repeat 15px 15px;
}
.ie8 section.unsecured div.logo {
  background: url('/img/logo-lrg.png') no-repeat center center;
}
.ie8 .unsecured.pwreset ul {
  background: #E7E7E7 url('/img/icon-alert.png') no-repeat 15px 15px;
}
.ie8 .unsecured.register .error-flash {
  background: #E7E7E7 url('/img/icon-alert.png') no-repeat 15px 15px;
}
.ie8 section.questions .select_container {
  background: #ffffff url(/img/select-arrow.png) right 0 no-repeat;
}
.ie8 section.questions .question.ruleabove {
  background: url(/img/form_divider.png) center top no-repeat;
}
.ie8 section.questions .fauxcheckbox .fc {
  background: white url('/img/checkmark-faded.png') no-repeat center center;
}
.ie8 section.questions .fauxcheckbox .fc.checked {
  background: white url('/img/checkmark.png') no-repeat center center;
}
.ie8 section.questions.newbook .error-flash {
  background: #E7E7E7 url('/img/icon-alert.png') no-repeat 15px 15px;
}
.ie8 section.mybooks .books .hcbook .alert {
  background: #E7E7E7 url('/img/bookalert.png') no-repeat 18px 3px;
}
.ie8 section.mybooks .books .description .box.checked,
.ie8 section.mybooks .books .backstory .box.checked {
  background: #16b422 url('/img/bookcheckmark.png') no-repeat center center;
}
.ie8 section.mybooks .books .description .box.draft,
.ie8 section.mybooks .books .backstory .box.draft {
  background: #75ee7e url('/img/bookdots.png') no-repeat center center;
}
.ie8 section.invite .error-flash {
  background: #E7E7E7 url('/img/icon-alert.png') no-repeat 15px 15px;
}
.ie8 section.invite .shell .imprint div.close {
  background: #B0B0B0 url('/img/x.png') no-repeat center center;
}
.ie8 section.invite button.addimprint:hover,
.ie8 section.invite button.addimprint:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 section.invite .shell .imprint div.close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 section.sendinvite h1 {
  background: url('/img/icon-letter.png') no-repeat 5px 5px;
}
.ie8 section.sendinvite div.message {
  background: url('/img/icon-tip.png') no-repeat 5px 30px;
}
.ie8 section.sendfeedback {
  background: url('/img/icon-letter.png') no-repeat 5px 5px;
}
.ie8 section.manageauthor .shell .editor div.close {
  background-image: url('/img/x.png');
}
.ie8 section.manageauthor .shell .editor div.close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 section.manageauthor .shell .editor div.close[isself=isself] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50";
}
.ie8 section.author_home div.newbook a:hover,
.ie8 section.author_home div.newbook a:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 section.author_home div.welcome div.text a.hcwelcome:hover,
.ie8 section.author_home div.welcome div.text a.hcwelcome:active {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ie8 section.profile div a.overlay:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ffcfa4;
}
