/*!
 * WARNING: CSS files are generated, do not edit by hand!
 * Please see README
 */
body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
}

body.login {
  background: url(/images/login_bg.png) repeat-x;
}

body div#body {
  position: relative;
  margin: 0 auto;
  min-height: max(100vh, 750px);
}

body:not(.login) div#body {
  width: 1200px;
}

body div#login-body {
  width: 900px;
  margin: 0 auto;
}

#login-banner {
  color: #000000;
  line-height: 140px;
  height: 230px;
  font-size: 225%;
  font-weight: bold;
  text-align: center;
}

#login-banner img#logo {
  position: absolute;
  right: 0;
  top: 30px;
}

#login-header {
  height: 73px;
  padding: 9px 0;
  color: #235590;
  font-size: 22px;
  line-height: 28px;
}

#login-text {
  float: left;
  width: 400px;
  margin-right: 40px;
  color: #fff;
  line-height: 1.25em;
}

#login-text #please-login-sub-caption {
  font-size: 110%;
}

#login-text a {
  font-weight: bold;
  text-decoration: none;
}

#login-box {
  float: left;
  width: 386px;
  height: 272px;
  padding: 20px;
  font-size: 120%;
  line-height: 1.5em;
  background: #efedee;
  color: #235590;
  border: 1px solid #fff;
}

#login-box #login-box-caption {
  font-size: 28px;
  text-align: center;
}

#login-box label {
  display: inline-block;
  width: 7em;
  color: #444;
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
}

.form-group input,
.form-group select {
  border: 1px solid #adb5c4;
  font-size: inherit;
  padding: 7px;
  box-sizing: border-box;
  margin-top: 3px;
}

#login-box input,
#login-box select {
  width: 240px;
}

#login-box input[type=submit] {
  border: 0 none;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #290300;
  background: url(/images/login_submit_bg.png) 0px;
  height: 30px;
}

#login-box a {
  color: #9bca54;
  font-weight: bold;
  text-decoration: none;
}

#login-footer-container {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}

#login-footer {
  width: 900px;
  margin: 0 auto;
  color: #444;
  clear: both;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}

a, a:link, a:visited, a:active {
  color: #AC9F76;
  text-decoration: underline;
}

a:hover {
  color: #AC9F76;
  text-decoration: none;
}

#errors {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: inline-block;
  width: 120px;
}

table.summary {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table.summary th {
  text-align: left;
}

table.summary th,
table.summary td {
  padding: 3px 8px;
  border: 1px solid #000000;
}

table.summary a {
  text-decoration: none;
}

table.summary a:hover {
  text-decoration: underline;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.text-center {
  text-align: center !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.red {
  color: #ff0000 !important;
}

#signature_container {
  display: inline-block;
  margin-bottom: 20px;
}

#attendee-edit .field-required:after {
  content: ' *';
  color: red;
}

#attendee-form input[type=submit],
#attendee-form input[type=button] {
  padding: 7px 10px;
}

.note {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

#signin-form {
  display: inline-block;
  text-align: left;
}

#attendee-form {
  margin-bottom: 50px;
}

.row {
  display: flex;
  justify-content: space-between;
}

.col-6 {
  width: 49.5%;
}

@media screen and (max-width: 1199px) {
  #login-banner {
    text-align: left;
  }

  #login-banner img#logo {
    right: 20px;
  }

  body:not(.login) div#body {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 939px) {
  #login-banner {
    text-align: center;
    line-height: 90px;
    height: auto;
    margin-bottom: 55px;
  }

  #login-banner img#logo {
    display: block;
    margin: 0 auto;
    position: static;
  }

  #login-text {
    display: none;
  }

  body.login div #login-body {
    text-align: center;
  }

  body.login div #login-body form {
    display: inline-block;
  }

  body.login div #login-body,
  #login-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  #login-footer {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 755px) {
  #login-banner {
    text-align: center;
    line-height: 42px;
    height: auto;
  }

  #login-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  #login-box label {
    text-align: left;
    width: 100%;
  }

  label.blank {
    display: none;
  }

  #login-box input[type=text],
  #login-box select,
  .form-group input[type=text],
  .form-group select {
    width: 100%;
  }

  #login-box input[type=submit] {
    width: 100%;
    background-size: cover;
  }

  #attendee-form [type=submit],
  #attendee-form [type=button] {
    width: 100%;
    margin-bottom: 10px;
  }

  #login-box .form-group {
    margin-bottom: 15px;
  }

  .row {
    display: block;
  }

  .col-6 {
    width: 100%;
  }
}