/*---------------------------------------------------
    LESS Elements 0.8
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* The base colors */
/* The session colors */
.schedule {
  float: left;
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
}
.schedule_title {
  margin-top: 15px;
  overflow: hidden;
}
.schedule_selectContainer {
  float: left;
  font-family: 'Cabin', serif;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .schedule_selectContainer {
    width: auto;
  }
}
.schedule_select {
  margin-right: 2em;
  max-width: 100%;
}
.schedule_list {
  cursor: pointer;
  font-family: 'Cabin', serif;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.schedule_session {
  margin: 10px 0 0;
  border: 1px solid #a2a2a2;
  border-radius: 8px;
  padding: 0;
}
.schedule_session.u-haveRooms::before {
  content: "\f347";
  display: inline-block;
  float: right;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  margin-top: 5px;
  pointer-events: none;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 40px;
}
.schedule_session.u-haveRooms.closed::before {
  content: "\f343";
}
.schedule_session > .schedule_inner {
  position: relative;
}
.schedule_session > .schedule_inner::before {
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.schedule_rooms {
  padding: 0;
  list-style: none;
}
.schedule_room {
  overflow: hidden;
}
.schedule_room .schedule_innerContainer {
  position: relative;
  max-height: 1000px;
}
.schedule_room .schedule_innerContainer a {
  color: inherit;
  text-decoration: none;
}
.schedule_room .schedule_innerContainer a:hover {
  text-decoration: underline;
}
.schedule_room .schedule_readmore {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.schedule_room .showmore {
  display: none;
}
.schedule_room .showless {
  display: inline-block;
  font-weight: 600;
}
.schedule_room.closed .schedule_innerContainer {
  max-height: 60px;
}
.schedule_room.closed .showmore {
  display: inline-block;
  font-weight: 600;
}
.schedule_room.closed .showless {
  display: none;
}
.schedule_inner {
  padding: 10px 0 10px 40px;
}
.schedule_inner p {
  max-width: 40em;
  margin-top: 0;
  margin-right: 140px;
}
.schedule_innerContainer {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_participants {
  overflow: hidden;
  padding-bottom: 1em;
}
.schedule_representatives {
  float: left;
  list-style: none;
  padding: 0;
  margin-right: 6em;
  margin-top: 1em;
}
.schedule_scientists {
  float: left;
  list-style: none;
  padding: 0 120px 0 0;
  margin-top: 1em;
}
.schedule_custom {
  cursor: default;
}
.session1 > .schedule_inner::before {
  background-color: #ff4d4d;
}
.session2 > .schedule_inner::before {
  background-color: #002147;
}
.session3 > .schedule_inner::before {
  background-color: #fd7e3f;
}
.session4 > .schedule_inner::before {
  background-color: #40bfbf;
}
.session5 > .schedule_inner::before {
  background-color: #1960fb;
}
.scientist_select.hidden {
  display: none;
}
.download-schedule {
  background-color: #ff4d4d;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  float: right;
  line-height: 24px;
  margin-top: 5px;
  padding: 10px 20px;
}
.download-schedule:hover {
  background-color: #ff1a1a;
  color: #fff;
}
/**
 * @package AimdayOOP
 * 
 * @author Kristoffer Darj
 * @version 1.0.0
 * @since 1.0.0
 */
.thin-border {
  border: 1px solid #a2a2a2;
}
.clr {
  clear: both;
  height: 1px;
}
/* Makes sure that a float container streches to fit the floated content */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.hidden {
  display: none;
}
.visible {
  display: block;
}
.showforms.register-company {
  width: 100%;
  background-color: #FEF2EB;
  padding: 20px 10px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
}
.company-form-add-rep,
.company-form-add-question {
  padding: 40px;
  display: flex;
  color: transparent;
  background-color: #FFFFFF;
  justify-content: center;
}
.company-form-continue,
.block-button {
  height: 75px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  background: #FF4D4D;
  border: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}
.company-form-continue.button-append,
.block-button.button-append {
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
}
@media (max-width: 768px) {
  .company-form-continue,
  .block-button {
    font-size: 15px;
    line-height: 1.3;
  }
}
.company-form-continue.add-rep,
.block-button.add-rep,
.company-form-continue.add-question,
.block-button.add-question {
  background: rgba(64, 191, 191, 0.2);
  color: #40BFBF;
  width: 334px;
  margin: 0 auto;
  height: 50px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.company-form-continue.add-rep:after,
.block-button.add-rep:after,
.company-form-continue.add-question:after,
.block-button.add-question:after {
  content: ' ';
  background-image: url('../images/close_form.svg');
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: inline-flex;
  margin-left: 12px;
  margin-bottom: 4px;
  transform: rotate(0);
  transition: 0.5s;
}
.company-form-continue.add-rep:hover:after,
.block-button.add-rep:hover:after,
.company-form-continue.add-question:hover:after,
.block-button.add-question:hover:after {
  content: ' ';
  background-image: url('../images/close_form.svg');
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: inline-flex;
  margin-left: 12px;
  margin-bottom: 4px;
  transform: rotate(90deg);
  transition: 0.5s;
}
.register-company h2 {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.register-company h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.showforms input,
.showforms textarea {
  background-image: none !important;
  border-radius: 8px;
  border: 1px solid rgba(22, 22, 22, 0.4);
  width: 100%;
  resize: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
}
.showforms textarea {
  resize: vertical;
}
.showforms .formcontent {
  font-family: 'Cabin', serif;
  margin-bottom: 20px;
  padding: 0;
}
.showforms .formcontent button,
.showforms .formcontent h2,
.showforms .formcontent h3,
.showforms .formcontent h4,
.showforms .formcontent input,
.showforms .formcontent label,
.showforms .formcontent p,
.showforms .formcontent textarea {
  font-family: inherit;
}
@media (min-width: 768px) {
  .showforms .formcontent {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.showforms .person {
  border: 1px #CCC solid;
  display: block;
  overflow: hidden;
  padding: 15px;
}
.showforms .person input {
  width: 270px;
  width: 100%;
}
.showforms .person input[type="checkbox"] {
  float: left;
  height: 20px;
  width: 25px;
}
.showforms .field {
  width: 100%;
  float: left;
  margin: 10px 0 10px 0;
}
.showforms .field.right {
  float: right;
}
@media (min-width: 768px) {
  .showforms div.selector {
    margin-left: 15px;
  }
}
.showforms div.selector label {
  color: #000;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .showforms div.selector label {
    width: 23em;
  }
}
.showforms div.selector select {
  display: block;
  padding: 1em;
  width: 100%;
  margin: 0;
  float: none;
}
@media (min-width: 768px) {
  .showforms div.selector select {
    float: left;
    padding: 10px;
    margin-bottom: 1em;
  }
}
.registration-checkbox-additional-information {
  float: left;
  width: 50%;
  margin: 1em 0;
}
#representatives,
#questions {
  z-index: 1;
  position: relative;
}
#representatives .representative,
#questions .representative,
#representatives .question,
#questions .question {
  border: none;
  margin-bottom: 0;
}
#representatives .representative *,
#questions .representative *,
#representatives .question *,
#questions .question * {
  font-family: inherit;
}
#representatives .representative:only-of-type .edit-delete .delete:hover,
#questions .representative:only-of-type .edit-delete .delete:hover,
#representatives .question:only-of-type .edit-delete .delete:hover,
#questions .question:only-of-type .edit-delete .delete:hover {
  cursor: not-allowed;
  text-decoration: none;
}
#representatives .representative .accordion,
#questions .representative .accordion,
#representatives .question .accordion,
#questions .question .accordion {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  #representatives .representative .accordion,
  #questions .representative .accordion,
  #representatives .question .accordion,
  #questions .question .accordion {
    flex-wrap: wrap;
    position: relative;
  }
}
#representatives .representative .accordion span,
#questions .representative .accordion span,
#representatives .question .accordion span,
#questions .question .accordion span {
  padding: 30px 15px;
  font-size: 18px;
}
@media (max-width: 768px) {
  #representatives .representative .accordion span,
  #questions .representative .accordion span,
  #representatives .question .accordion span,
  #questions .question .accordion span {
    padding: 10px 15px;
  }
}
#representatives .representative .accordion span.repnumbers,
#questions .representative .accordion span.repnumbers,
#representatives .question .accordion span.repnumbers,
#questions .question .accordion span.repnumbers {
  padding: 30px 30px 30px 0;
  max-width: calc(100% - 210px);
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #representatives .representative .accordion span.repnumbers,
  #questions .representative .accordion span.repnumbers,
  #representatives .question .accordion span.repnumbers,
  #questions .question .accordion span.repnumbers {
    width: 100%;
    max-width: initial;
    padding: 15px 0 0;
  }
}
#representatives .representative .accordion span.repnumbers > span,
#questions .representative .accordion span.repnumbers > span,
#representatives .question .accordion span.repnumbers > span,
#questions .question .accordion span.repnumbers > span {
  color: #737373;
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#representatives .representative .accordion span.repnumbers:before,
#questions .representative .accordion span.repnumbers:before,
#representatives .question .accordion span.repnumbers:before,
#questions .question .accordion span.repnumbers:before {
  content: ' ';
  background-image: url('../images/np_check_138540_000000.svg');
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  margin-right: 12px;
  flex-shrink: 0;
}
#representatives .representative .accordion span.edit,
#questions .representative .accordion span.edit,
#representatives .question .accordion span.edit,
#questions .question .accordion span.edit,
#representatives .representative .accordion span.delete,
#questions .representative .accordion span.delete,
#representatives .question .accordion span.delete,
#questions .question .accordion span.delete,
#representatives .representative .accordion span.toggle,
#questions .representative .accordion span.toggle,
#representatives .question .accordion span.toggle,
#questions .question .accordion span.toggle {
  cursor: pointer;
}
@media (max-width: 768px) {
  #representatives .representative .accordion span.edit,
  #questions .representative .accordion span.edit,
  #representatives .question .accordion span.edit,
  #questions .question .accordion span.edit,
  #representatives .representative .accordion span.delete,
  #questions .representative .accordion span.delete,
  #representatives .question .accordion span.delete,
  #questions .question .accordion span.delete,
  #representatives .representative .accordion span.toggle,
  #questions .representative .accordion span.toggle,
  #representatives .question .accordion span.toggle,
  #questions .question .accordion span.toggle {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 8px;
    margin-left: 8px;
  }
}
#representatives .representative .accordion span.edit::before,
#questions .representative .accordion span.edit::before,
#representatives .question .accordion span.edit::before,
#questions .question .accordion span.edit::before,
#representatives .representative .accordion span.delete::before,
#questions .representative .accordion span.delete::before,
#representatives .question .accordion span.delete::before,
#questions .question .accordion span.delete::before,
#representatives .representative .accordion span.toggle::before,
#questions .representative .accordion span.toggle::before,
#representatives .question .accordion span.toggle::before,
#questions .question .accordion span.toggle::before {
  content: '';
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 2px;
}
#representatives .representative .accordion span.edit a,
#questions .representative .accordion span.edit a,
#representatives .question .accordion span.edit a,
#questions .question .accordion span.edit a,
#representatives .representative .accordion span.delete a,
#questions .representative .accordion span.delete a,
#representatives .question .accordion span.delete a,
#questions .question .accordion span.delete a,
#representatives .representative .accordion span.toggle a,
#questions .representative .accordion span.toggle a,
#representatives .question .accordion span.toggle a,
#questions .question .accordion span.toggle a {
  color: #000;
}
#representatives .representative .accordion span.edit,
#questions .representative .accordion span.edit,
#representatives .question .accordion span.edit,
#questions .question .accordion span.edit {
  text-align: right;
}
#representatives .representative .accordion span.edit::before,
#questions .representative .accordion span.edit::before,
#representatives .question .accordion span.edit::before,
#questions .question .accordion span.edit::before {
  background-image: url('../images/edit@2x.svg');
}
#representatives .representative .accordion span.delete::before,
#questions .representative .accordion span.delete::before,
#representatives .question .accordion span.delete::before,
#questions .question .accordion span.delete::before {
  background-image: url('../images/trash.svg');
}
#representatives .representative .accordion span.toggle,
#questions .representative .accordion span.toggle,
#representatives .question .accordion span.toggle,
#questions .question .accordion span.toggle {
  padding: 30px 0;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #representatives .representative .accordion span.toggle,
  #questions .representative .accordion span.toggle,
  #representatives .question .accordion span.toggle,
  #questions .question .accordion span.toggle {
    padding: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
#representatives .representative .accordion span.toggle::before,
#questions .representative .accordion span.toggle::before,
#representatives .question .accordion span.toggle::before,
#questions .question .accordion span.toggle::before {
  background-image: url('../images/Arrow-down@2x.svg');
  transform: rotate(0);
  transition: transform ease-in-out 0.5s;
}
#representatives .representative .accordion span.toggle:hover,
#questions .representative .accordion span.toggle:hover,
#representatives .question .accordion span.toggle:hover,
#questions .question .accordion span.toggle:hover {
  cursor: pointer;
}
#representatives .representative .accordion .repnumbers,
#questions .representative .accordion .repnumbers,
#representatives .question .accordion .repnumbers,
#questions .question .accordion .repnumbers {
  max-width: calc(100% - 125px) !important;
}
#representatives .representative .accordion .edit-delete,
#questions .representative .accordion .edit-delete,
#representatives .question .accordion .edit-delete,
#questions .question .accordion .edit-delete {
  display: flex;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #representatives .representative .accordion .edit-delete,
  #questions .representative .accordion .edit-delete,
  #representatives .question .accordion .edit-delete,
  #questions .question .accordion .edit-delete {
    align-self: flex-start;
    margin-bottom: 10px;
    width: 100%;
  }
}
#representatives .representative .accordion .edit-delete > span:hover,
#questions .representative .accordion .edit-delete > span:hover,
#representatives .question .accordion .edit-delete > span:hover,
#questions .question .accordion .edit-delete > span:hover {
  text-decoration: underline;
}
#representatives .representative .accordion.open .toggle::before,
#questions .representative .accordion.open .toggle::before,
#representatives .question .accordion.open .toggle::before,
#questions .question .accordion.open .toggle::before {
  transform: rotate(-180deg);
}
#representatives .representative .field-wrapper,
#questions .representative .field-wrapper,
#representatives .question .field-wrapper,
#questions .question .field-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
#representatives .representative .field-wrapper .field.error textarea,
#questions .representative .field-wrapper .field.error textarea,
#representatives .question .field-wrapper .field.error textarea,
#questions .question .field-wrapper .field.error textarea,
#representatives .representative .field-wrapper .field.error input,
#questions .representative .field-wrapper .field.error input,
#representatives .question .field-wrapper .field.error input,
#questions .question .field-wrapper .field.error input {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}
#representatives .representative .field-wrapper .additional-info,
#questions .representative .field-wrapper .additional-info,
#representatives .question .field-wrapper .additional-info,
#questions .question .field-wrapper .additional-info {
  width: 100%;
}
#representatives .representative .field-wrapper .additional-info .field textarea,
#questions .representative .field-wrapper .additional-info .field textarea,
#representatives .question .field-wrapper .additional-info .field textarea,
#questions .question .field-wrapper .additional-info .field textarea {
  font-size: 15px;
  height: auto;
  padding: 10px 5px 10px 10px;
  vertical-align: middle;
  width: 100%;
}
#representatives .representative .field-wrapper.open,
#questions .representative .field-wrapper.open,
#representatives .question .field-wrapper.open,
#questions .question .field-wrapper.open {
  display: block;
}
#questions .field-wrapper .field {
  width: 100% !important;
}
#questions .field-wrapper .field label {
  font-size: 16px;
  line-height: 19px;
}
#questions .field-wrapper .field label.file-wrapper {
  border: 1px dashed rgba(22, 22, 22, 0.4);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  box-shadow: none;
  transition: box-shadow 0.2s ease-in-out;
}
#questions .field-wrapper .field label.file-wrapper.dragged-over {
  border-color: #FF4D4D;
  box-shadow: inset 0 0 6px #FF4D4D2E;
}
#questions .field-wrapper .field label.file-wrapper img {
  width: 32px;
  margin-bottom: 8px;
}
#questions .field-wrapper .field label.file-wrapper span {
  color: #16161666;
  font-size: 14px;
}
#questions .field-wrapper .field label.file-wrapper span > span {
  text-decoration: underline;
}
#questions .field-wrapper .field label.file-wrapper > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
#questions .field-wrapper .field textarea {
  width: 100%;
  height: auto;
}
#questions .field-wrapper .field.accepted-file {
  color: #161616;
  opacity: 0.4;
  text-align: left;
}
#questions .field-wrapper .field .delete-file {
  color: #FF4D4D;
}
#questions .field-wrapper .rep-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#questions .field-wrapper .rep-wrapper .field {
  width: 33.33334% !important;
  background: #FFFFFF;
  float: none;
  padding: 0;
}
@media (max-width: 768px) {
  #questions .field-wrapper .rep-wrapper .field {
    width: 100% !important;
  }
}
#questions .field-wrapper .rep-wrapper .field label input {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
#representatives .repnumbers {
  display: block;
  font-size: 1.5em;
}
#representatives .newrep,
#questions .newquestion {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: -11px;
  border-radius: 8px;
}
#representatives .newrep:last-child,
#questions .newquestion:last-child {
  margin-bottom: 0;
}
#representatives h3 {
  margin: 0 0 0 15px;
}
.showforms .rep,
.showforms .que {
  background: #cdcdcd;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.showforms .rep {
  margin: 20px 0;
}
.showforms input[type="text"],
.showforms input[type="email"] {
  padding: 10px;
}
.showforms input.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}
.showforms label {
  display: block;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .showforms label {
    margin-bottom: 8px;
  }
}
.showforms label.error {
  color: #BF2033;
  margin-top: 0.2em;
}
.showforms #location {
  width: 326px;
  border-width: 1px;
  border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
  background: #EEE;
  padding: 10px;
}
.showforms #step2or,
.showforms #saverepcontinue,
.showforms #step3or,
.showforms #registerbutton {
  display: none;
}
.company_step4 {
  border: 1px #CCC solid;
  padding: 15px;
}
.showforms #saverepcontinue,
.showforms #registerbutton {
  /* http://www.colorzilla.com/gradient-editor/ */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  /* IE6-9 */
}
.formcontent h3 {
  font-weight: bold;
}
.formcontent h2 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 25px;
  margin-top: 0;
}
.showforms .formerror {
  color: #bf2033;
  margin-left: -17px;
  padding-left: 17px;
  background-image: url('/wp-content/themes/thesis/custom/images/error.png');
  background-position: center left;
  background-repeat: no-repeat;
}
.showforms .formcheck {
  color: #aac832;
  margin-left: -17px;
  padding-left: 17px;
  background-image: url('/wp-content/themes/thesis/custom/images/check.png');
  background-position: center left;
  background-repeat: no-repeat;
}
.showforms #newque {
  display: none;
}
#fileuploadcontainer input {
  margin-bottom: 20px;
}
.removerepbutton:hover,
.removequebutton:hover {
  background: #aa3232;
  cursor: pointer;
}
.removerepbutton,
.removequebutton {
  color: #FFF;
  float: right;
  font-weight: bold;
  padding: 1px 10px;
  background: #993232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
a.buttonstyle:hover {
  background: #ededed;
  color: #444;
  cursor: pointer;
}
#step2subheader,
#newrep {
  display: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #E6E6E6;
  border: 1px solid #D3D3D3;
  color: #555555;
  font-weight: normal;
}
#scientist_info {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 35px;
  margin-left: 15px;
}
/*
 * REGISTRATION FOR SCIENTIST FORM
 */
.registration-for-scientists #content h2 {
  font-size: 3.5em;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 1em;
}
.registration-for-scientists #content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 15px;
}
.registration-for-scientists .confirmation h2,
.registration-for-scientists .confirmation h3 {
  margin-left: 0;
}
#register_scientist #seniority.error {
  border: 2px solid #BF2033;
}
#error {
  background: none repeat scroll 0 0 #EEEEEE;
  border-left: 2px solid;
  border-right: 2px solid;
  color: #B8213A;
  font-weight: bold;
  padding: 5px 25px;
  margin-bottom: 25px;
}
#sortable1,
#sortable2 {
  list-style-type: none;
  margin: 0;
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 100%;
  min-height: 100px;
}
/****** STEP 2 *******/
#booked_questions {
  margin: 10px 50px;
}
#available_questions {
  display: inline-block;
  margin: 15px 15px 0 0;
  opacity: 0.8;
  width: 100%;
  overflow: auto;
}
#available_questions #all-questions {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: initial;
}
#my_questions {
  background: none repeat scroll 0 0 #FEFEFE;
  border: 1px solid #eee;
  display: inline-block;
  opacity: 0.8;
  width: 100%;
  float: none;
}
/* Submit button that scrolls along with the page */
div.submit-container {
  height: 78px;
  position: relative;
  width: 100%;
  border-right: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 1024px) {
  div.submit-container {
    display: block;
  }
}
div.submit-container .inner {
  clear: both;
  padding: 25px 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 916px;
  z-index: 100;
  overflow: hidden;
}
div.submit-container .inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  div.submit-container .inner.fixed {
    width: 720px;
    left: auto;
  }
}
@media (min-width: 1024px) {
  div.submit-container .inner.fixed {
    width: 616px;
  }
}
@media (min-width: 1440px) {
  div.submit-container .inner.fixed {
    width: 945px;
  }
}
div.submit-container .inner h3 {
  font-size: 20px;
  float: none;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  div.submit-container .inner h3 {
    float: left;
    width: auto;
    display: inline;
    margin: 0.3em 0 0 2em;
    text-align: left;
  }
}
div.submit-container .inner #step2-submit {
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  width: 100%;
}
@media (min-width: 400px) {
}
@media (min-width: 768px) {
  div.submit-container .inner #step2-submit {
    width: 100%;
    display: inline;
  }
}
div.submit-container .inner #step2-submit .block-button {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.slidepadding {
  padding: 15px;
}
li.available_question_row {
  color: #161616;
  box-shadow: 0 5px 13px 0 rgba(201, 0, 0, 0.08);
  background: none;
  background-color: #fff;
  list-style: none;
  border-radius: 8px;
  border: 0;
  padding: 20px 30px;
  margin-bottom: 11px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  li.available_question_row {
    padding: 20px 10px;
    flex-direction: column;
  }
}
li.available_question_row.expanded .question_summary .expand-link a::after {
  transform: rotate(-180deg);
}
li.available_question_row.selected {
  background-color: #EBF8F8;
}
li.available_question_row .question_summary {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  li.available_question_row .question_summary {
    flex-direction: column;
  }
}
li.available_question_row .question_summary .id {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
@media (max-width: 768px) {
  li.available_question_row .question_summary .id {
    text-align: center;
  }
}
li.available_question_row .question_summary .question_text_full {
  flex-grow: 1;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
  margin-left: 10px;
}
li.available_question_row .question_summary .expand-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 22px;
}
@media (max-width: 768px) {
  li.available_question_row .question_summary .expand-link {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 8px;
  }
}
li.available_question_row .question_summary .expand-link a {
  color: #000;
  font-size: inherit;
  white-space: nowrap;
}
li.available_question_row .question_summary .expand-link a::after {
  content: '';
  height: 12px;
  width: 12px;
  vertical-align: middle;
  display: inline-flex;
  margin-left: 8px;
  margin-bottom: 2px;
  background-image: url('../images/Arrow-down@2x.svg');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform ease-in-out 250ms;
  transform: rotate(0deg);
}
li.available_question_row .question_summary .expand-link a:hover {
  text-decoration: underline;
}
li.available_question_row .select_question {
  align-self: center;
  margin-left: 30px;
  padding-bottom: 0;
  width: auto;
}
li.available_question_row .select_question input {
  width: auto;
}
li.available_question_row .question-company-container {
  display: none !important;
}
li.available_question_row .question_detail {
  display: none;
  flex-basis: 100%;
}
li.available_question_row .question_detail .inner {
  display: flex;
  flex-direction: column;
}
li.available_question_row .question_detail .inner .ws_language {
  margin-top: 15px;
}
li.available_question_row .question_detail .inner .question_label {
  display: none;
}
li.available_question_row .question_detail .inner .question_text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: normal;
}
li.available_question_row .question_detail .inner .question_text a {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}
li.available_question_row .question_detail .inner .question_text a:hover {
  text-decoration: none;
}
li.available_question_row .question_detail .inner .question-company-container-details {
  order: 100;
}
li.available_question_row .question_detail .inner .question-company-container-details p {
  border-top: 0.5px solid #979797;
  opacity: 0.5;
  line-height: 19px;
  font-style: italic;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}
#register_scientist {
  width: 100%;
  background-color: #FEF2EB;
  padding: 20px 50px;
  border-radius: 0 0 8px 8px;
  font-family: 'Cabin', serif;
}
@media (max-width: 768px) {
  #register_scientist {
    padding: 10px;
  }
}
#register_scientist * {
  font-family: inherit;
}
#register_scientist .formpart.person {
  border: 0;
  position: relative;
  z-index: 1;
}
#register_scientist #basket-widget ul#basket-sortable {
  max-width: none;
  padding-left: 0;
}
#register_scientist #basket-widget ul#basket-sortable .ui-state-highlight {
  height: 67px;
  border: 1px dashed #FF4D4D;
  border-radius: 8px;
  background: rgba(255, 77, 77, 0.05);
}
#register_scientist #basket-widget ul#basket-sortable > li .input-container {
  display: none;
}
#firstname {
  display: inline;
  float: left;
}
#surname {
  display: inline;
  float: right;
}
#email {
  display: inline;
  float: left;
}
#mobile {
  display: inline;
  float: right;
}
#organization {
  display: inline;
  float: left;
}
#department {
  display: inline;
  float: right;
}
#register_scientist #expertise {
  display: inline;
  float: left;
  height: auto;
}
#position {
  display: inline;
  float: left;
}
#seniority {
  display: inline;
  float: right;
  width: 100%;
}
#seniority label {
  margin-bottom: 15px;
}
#seniority select {
  min-width: 200px;
  width: 100%;
  padding: 10px 10px 10px;
  height: 50px;
  background-image: none !important;
  border-radius: 8px;
  border: 1px solid rgba(22, 22, 22, 0.4);
  font-size: 16px;
  line-height: 19px;
  color: rgba(22, 22, 22, 0.6);
  font-weight: 300;
}
#my_questions .info {
  background-color: transparent;
  color: #222;
  padding: 0;
}
@media (min-width: 768px) {
  #my_questions .info {
    padding: 15px 80px 30px 15px;
  }
}
#my_questions .info ul {
  padding: 0;
  color: black;
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}
#my_questions .info ul li {
  margin-bottom: 1em;
}
#drag_help {
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px 15px 0;
}
#drag_help_info {
  /*padding-top: 0px;
	padding: 0 80px 30px 15px;*/
}
#registred_que {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 35px;
  padding-left: 15px;
}
#avail_que {
  font-size: 24px;
  margin-left: 15px;
  margin-top: 25px;
  margin-bottom: 35px;
}
#location_select {
  margin-left: 15px;
  width: 250px;
}
#location_select label {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 10px;
}
#location_selector {
  display: inline;
  float: left;
  margin-bottom: 10px;
}
span.sv {
  width: 18px;
  height: 12px;
  background: url("//aimday.se/wp-content/plugins/sitepress-multilingual-cms/res/flags/sv.png");
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
span.en {
  width: 18px;
  height: 12px;
  background: url("//aimday.se/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png");
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.attend_info_form_group {
  border: 1px #CCC solid;
  font-size: 1.2em;
  padding: 2em;
  line-height: 25px;
}
.attend_info_form_group label {
  color: #888;
  font-size: 1.2em;
  font-weight: bold;
}
.attend_info_form_group div.input_group input {
  width: 30px;
  margin: 0;
}
.attend_info_form_group div.input_group p {
  margin-left: 30px;
}
#step3-submit {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  #step3-submit {
    width: auto;
    margin-right: 35px;
    margin-top: 45px;
    text-align: left;
  }
}
#step3 #message {
  width: 100%;
}
@media (min-width: 1024px) {
  #step3 #message {
    width: 470px;
  }
}
.extrahtml p {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 25px;
}
.attend_info_form_group p span.location,
#extrastep {
  margin-bottom: 3em;
}
#extrastep p span.location {
  font-size: 0.7em;
  font-weight: normal;
}
.attend_info_form_group .input_group,
#extrastep .input_group {
  margin-bottom: 2em;
  margin-top: 2em;
  vertical-align: middle;
}
.attend_info_form_group .input_group input {
  font-size: 1.2em;
  margin: 0 5px 0 0;
}
#extrastep .input_group label {
  display: inline;
}
#extrastep .input_group input {
  font-size: 1.2em;
  margin: 0 5px 0 0;
  width: auto;
}
#extrastep select {
  margin-bottom: 2em;
}
/* SCHEDULE CSS */
#schedule_location_links {
  overflow: hidden;
}
#schedule_location_links .buttonstyle {
  float: left;
}
#schedule_location_select {
  padding: 4px;
}
h2.schedule {
  margin-left: 130px;
}
/* The schedule */
ul.schedule {
  float: left;
  list-style: none;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 2em;
}
ul.schedule > li {
  float: left;
}
ul.schedule > li > ul {
  margin: 0;
  padding-left: 0;
  float: left;
}
ul.schedule > li.header > ul > li.corner {
  background-color: #dadddf;
  border-bottom: 1px #EEE solid;
  border-left: 1px transparent solid;
  border-right: 1px transparent solid;
}
ul.schedule > li.header > ul > li {
  /* The session names*/
  background-color: #CCC;
  border-bottom: 1px #DDD solid;
  border-right: 1px #DDD solid;
  float: left;
  font-weight: bold;
  height: 30px;
  list-style: none;
  padding-left: 5px;
  padding-top: 14px;
  text-align: center;
  width: 120px;
}
ul.schedule > li.session {
  float: left;
  clear: both;
  list-style: none;
  border-right: 1px solid #EEE;
}
ul.schedule > li.session > ul > li .closed-padlock {
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.schedule > li.session > ul > li {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px #EEE solid;
  border-left: 1px #EEE solid;
  float: left;
  height: 120px;
  list-style: none;
  padding-left: 5px;
  width: 120px;
}
ul.schedule > li.session > ul > li > img.print-image {
  display: none;
}
ul.schedule > li.session > ul > li.attending {
  background: #f1cf93;
}
ul.schedule > li.session > ul > li.room-name {
  background-color: #EEE;
  font-weight: bold;
  text-align: center;
}
ul.schedule > li.session > ul > li.empty {
  background-color: transparent;
}
ul.schedule > li.session > ul > li ul.info {
  list-style: none;
  margin-left: 0;
}
#tabs .ui-tabs-panel {
  padding: 0;
}
ul.questions-list {
  margin: 0;
}
ul.questions-list > li {
  min-height: 60px;
  padding: 1em;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}
ul.questions-list > li.list-item:hover {
  background-color: #CCC;
}
ul.questions-list > li.list-item:hover .middle {
  display: block;
}
ul.questions-list h3 {
  margin: 0;
}
ul.questions-list #question-header {
  margin-bottom: 1em;
  border-bottom: 0;
  padding: 1em;
}
ul.questions-list #question-header h3 {
  font-weight: bold;
}
#tabs-1 ul.questions-list .left {
  width: 90%;
  float: left;
}
ul.questions-list .left p {
  margin: 0;
}
#tabs-1 ul.questions-list .right {
  text-align: center;
  width: 10%;
  float: right;
}
ul.questions-list .left {
  width: 40%;
  float: left;
}
ul.questions-list .left span {
  display: block;
  clear: both;
}
ul.questions-list .middle {
  display: none;
  width: 30%;
  float: left;
  text-align: center;
}
ul.questions-list .right {
  text-align: right;
  width: 30%;
  float: right;
  overflow: hidden;
}
ul.questions-list .right span {
  float: right;
  margin-top: 5px;
}
ul.questions-list .right a,
ul.questions-list .right span {
  font-size: 12px;
  background-color: #e3a12c;
  color: #FFF;
  padding: 1px 5px;
  line-height: 1em;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 2px;
}
ul.questions-list .right a:hover {
  background-color: #FFF;
  color: #e3a12c;
}
.session > ul li:hover .hover-popup {
  display: block;
}
.hover-popup {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  background-color: #EFEFEF;
  display: none;
  border: 1px solid #CCC;
  position: absolute;
  z-index: 99;
  top: -223px;
  left: -140px;
  min-width: 400px;
  min-height: 200px;
  width: auto;
  height: 200px;
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E6E5E6 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E6E5E6 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E6E5E6 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E6E5E6 100%);
  background-image: linear-gradient(bottom, #FFFFFF 0%, #E6E5E6 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E6E5E6));
}
.hover-popup .popuparrow {
  position: absolute;
  bottom: -23px;
  height: 23px;
  width: 100%;
  text-align: center;
}
.hover-popup .popuparrow img {
  display: inline-block;
}
.hover-popup .popup-top {
  background-color: #FFF;
  padding: 10px;
  max-height: 80px;
  min-height: 60px;
}
.hover-popup .popup-top p {
  margin: 0;
}
.hover-popup .popup-top .hover-closed {
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #b8213a;
}
.hover-popup .popup-top .hover-closed img {
  vertical-align: top;
  display: inline-block;
  height: 20px;
  width: auto;
}
.hover-popup .popup-top .hover-closed .entire-question {
  text-decoration: underline;
  float: right;
}
.hover-popup .popup-top .hover-closed .entire-question:hover {
  text-decoration: none;
}
.hover-popup .popup-bottom {
  padding: 10px;
  max-height: 80px;
}
.hover-popup .popup-bottom .left {
  width: 50%;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100px;
  line-height: 20px;
}
.hover-popup .popup-bottom .left .company-name {
  font-weight: bold;
}
.hover-popup .popup-bottom .left .company-representative {
  display: block;
  cursor: pointer;
}
.hover-popup .popup-bottom .left .company-representative:hover {
  text-decoration: underline;
}
.hover-popup .popup-bottom .left .company-representative:hover .extra-hover {
  display: block;
}
.hover-popup .popup-bottom .right {
  width: 49%;
  padding-right: 1%;
  float: right;
  text-align: right;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100px;
  line-height: 20px;
}
.hover-popup .popup-bottom .right .scientists-header {
  font-weight: bold;
}
.hover-popup .popup-bottom .right .company-scientist {
  display: block;
  cursor: pointer;
}
.hover-popup .popup-bottom .right .company-scientist:hover {
  text-decoration: underline;
}
.hover-popup .popup-bottom .right .company-scientist:hover .extra-hover {
  display: block;
}
.hover-popup .popup-bottom .right:after {
  background-image: -moz-linear-gradient(center top, rgba(231, 231, 226, 0) 0px, #E7E7E2 100%);
  background-size: 100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 20%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.hover-popup .popup-bottom .extra-hover {
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #CCC;
  margin: 0 auto;
  padding: 20px;
  line-height: 20px;
  position: absolute;
  background-color: #DADDDF;
  display: none;
  text-align: left;
}
.hover-popup .popup-bottom .extra-hover span {
  display: block;
}
/* Legend and print icon */
div.schedule-legend {
  float: left;
}
div.schedule-legend p {
  margin-bottom: 0.5em;
}
div.schedule-legend p.color-legend span.color {
  background-color: #F1CF93;
  display: inline-block;
  height: 15px;
  margin-left: 2px;
  vertical-align: bottom;
  width: 15px;
}
div.schedule-legend p.color-legend span.explanation {
  display: inline-block;
  margin-left: 4px;
}
div.schedule-legend p.print-legend {
  display: none;
}
/* Print icon */
a#print-schedule {
  float: right;
  position: relative;
  right: 82px;
}
a.print-schedule {
  position: relative;
}
/**** QUESTIONS LISTING ****/
div.schedule-tabs ul.ui-widget-header {
  border: none;
  background: none;
}
div#tabs {
  padding: 0;
  margin-top: 1em;
}
div.character > span {
  background-color: #E8E8E8;
  color: #888;
  display: block;
  font-size: 2.8em;
  font-weight: bold;
  padding: 0 0 0.1em 20px;
  width: 100%;
}
div.character div.company {
  clear: both;
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 2em;
}
div.character div.company p,
div.character div.company span {
  max-width: 42em;
}
div.character div.company > span {
  display: block;
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media (min-width: 768px) {
  div.character div.company > span {
    margin-bottom: 1.5em;
  }
}
div.character div.company > span.workshoplang {
  font-size: 1.1em;
  float: left;
  clear: both;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  div.character div.company > span.workshoplang {
    float: right;
    clear: none;
    margin-top: 7px;
  }
}
div.character div.company > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
div.character div.company > ul > li {
  clear: both;
  overflow: hidden;
  margin-bottom: 1em;
}
div.character div.company > ul span.id {
  background-color: #EB8F00;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
  display: block;
  float: left;
  width: 40px;
  font-size: 15px;
}
div.character div.company > ul p.question-text {
  font-weight: bold;
  margin-top: 0;
  margin-left: 50px;
  margin-bottom: 0;
  float: none;
}
div.character div.company > ul p {
  float: left;
  width: auto;
}
div.character div.company > ul p.background {
  margin-left: 50px;
  margin-top: 0;
}
div.printlogo {
  display: none;
}
div.character div.company > ul p.question-file {
  width: auto;
  float: left;
}
div.character div.company > ul p.question-file a {
  background-image: url('/wp-content/plugins/aimday_oop/images/download.png');
  background-position: 0 50%;
  background-repeat: no-repeat;
  line-height: 20px;
  display: inline-block;
  padding-left: 20px;
  margin-left: 20px;
}
/** Company registration **/
#company_form_progress,
#scientist_form_progress,
#company_form_completed,
#scientist_form_completed {
  /*text-align: left;*/
  /*margin-bottom: 2em;*/
  margin-top: 34px;
  overflow: hidden;
  padding: 0;
  background-color: #FEF2EB;
  border-radius: 8px 8px 0 0;
  font-family: 'Cabin', serif;
}
@media (min-width: 768px) {
  #company_form_progress,
  #scientist_form_progress,
  #company_form_completed,
  #scientist_form_completed {
    padding: 20px 50px;
  }
}
#company_form_progress .form_step_inner_wrapper,
#scientist_form_progress .form_step_inner_wrapper,
#company_form_completed .form_step_inner_wrapper,
#scientist_form_completed .form_step_inner_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 33, 71, 0.1);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #company_form_progress .form_step_inner_wrapper,
  #scientist_form_progress .form_step_inner_wrapper,
  #company_form_completed .form_step_inner_wrapper,
  #scientist_form_completed .form_step_inner_wrapper {
    padding: 10px 25px;
  }
}
#company_form_progress .form_step_inner_wrapper .progress_step,
#scientist_form_progress .form_step_inner_wrapper .progress_step,
#company_form_completed .form_step_inner_wrapper .progress_step,
#scientist_form_completed .form_step_inner_wrapper .progress_step {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 40px;
  background-color: rgba(253, 126, 63, 0.2);
  color: #455561;
  border-radius: 20px;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  flex-shrink: 0;
}
#company_form_progress .form_step_inner_wrapper .progress_step > *,
#scientist_form_progress .form_step_inner_wrapper .progress_step > *,
#company_form_completed .form_step_inner_wrapper .progress_step > *,
#scientist_form_completed .form_step_inner_wrapper .progress_step > * {
  text-decoration: none !important;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#company_form_progress .form_step_inner_wrapper .progress_step.current,
#scientist_form_progress .form_step_inner_wrapper .progress_step.current,
#company_form_completed .form_step_inner_wrapper .progress_step.current,
#scientist_form_completed .form_step_inner_wrapper .progress_step.current {
  text-decoration: none;
  background-color: #FF4D4D;
}
#company_form_progress .form_step_inner_wrapper .progress_step.step-done,
#scientist_form_progress .form_step_inner_wrapper .progress_step.step-done,
#company_form_completed .form_step_inner_wrapper .progress_step.step-done,
#scientist_form_completed .form_step_inner_wrapper .progress_step.step-done {
  background-color: rgba(255, 77, 77, 0.2);
  border: 1px solid #FF4D4D;
}
#company_form_progress .form_step_inner_wrapper .progress_step.step-done:hover,
#scientist_form_progress .form_step_inner_wrapper .progress_step.step-done:hover,
#company_form_completed .form_step_inner_wrapper .progress_step.step-done:hover,
#scientist_form_completed .form_step_inner_wrapper .progress_step.step-done:hover {
  background-color: #FF4D4D;
}
#company_form_progress .form_step_inner_wrapper .progress_line,
#scientist_form_progress .form_step_inner_wrapper .progress_line,
#company_form_completed .form_step_inner_wrapper .progress_line,
#scientist_form_completed .form_step_inner_wrapper .progress_line {
  width: 300px;
  height: 6px;
  background-color: rgba(253, 126, 63, 0.1);
  border-radius: 3px;
  top: 12px;
  position: relative;
}
#company_form_completed .progress_line,
#scientist_form_completed .progress_line {
  margin-right: 0;
  margin-left: 40px;
}
#company_form_completed .progress_line:first-of-type,
#scientist_form_completed .progress_line:first-of-type {
  margin-right: 40px;
  margin-left: 0;
}
#company_form_completed .progress_step,
#scientist_form_completed .progress_step {
  background-color: transparent !important;
}
#company_form_completed .progress_step img,
#scientist_form_completed .progress_step img {
  width: 40px;
  position: absolute;
}
#company_form_completed .form_completed_content,
#scientist_form_completed .form_completed_content,
#company_form_completed .company_form_completed_content,
#scientist_form_completed .company_form_completed_content {
  width: 100%;
  display: flex;
}
#company_form_completed .form_completed_content .form_completed_text,
#scientist_form_completed .form_completed_content .form_completed_text,
#company_form_completed .company_form_completed_content .form_completed_text,
#scientist_form_completed .company_form_completed_content .form_completed_text,
#company_form_completed .form_completed_content .company_form_completed_text,
#scientist_form_completed .form_completed_content .company_form_completed_text,
#company_form_completed .company_form_completed_content .company_form_completed_text,
#scientist_form_completed .company_form_completed_content .company_form_completed_text {
  padding: 20px 0;
  width: 66.66667%;
}
#company_form_completed .form_completed_content .form_completed_image,
#scientist_form_completed .form_completed_content .form_completed_image,
#company_form_completed .company_form_completed_content .form_completed_image,
#scientist_form_completed .company_form_completed_content .form_completed_image,
#company_form_completed .form_completed_content .company_form_completed_image,
#scientist_form_completed .form_completed_content .company_form_completed_image,
#company_form_completed .company_form_completed_content .company_form_completed_image,
#scientist_form_completed .company_form_completed_content .company_form_completed_image {
  width: 33.33333%;
}
#company_form_completed .form_completed_content .form_completed_image img,
#scientist_form_completed .form_completed_content .form_completed_image img,
#company_form_completed .company_form_completed_content .form_completed_image img,
#scientist_form_completed .company_form_completed_content .form_completed_image img,
#company_form_completed .form_completed_content .company_form_completed_image img,
#scientist_form_completed .form_completed_content .company_form_completed_image img,
#company_form_completed .company_form_completed_content .company_form_completed_image img,
#scientist_form_completed .company_form_completed_content .company_form_completed_image img {
  width: 50%;
  float: right;
  margin-top: 75px;
}
.gdpr a {
  font-size: inherit;
}
.gdpr p:last-child {
  margin-bottom: 0;
}
.languagechoice {
  clear: both;
  width: auto;
}
.languagechoice input {
  font-decoration: italic;
  float: left;
  margin-right: 15px;
  width: 20px;
  border: 1px solid rgba(22, 22, 22, 0.4);
  height: 20px;
}
.languagechoice label {
  font-weight: 500;
  margin-bottom: 0;
}
.formpart {
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  border: none;
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 25px;
  position: relative;
}
.formpart .field {
  padding: 0 0 30px 0;
  margin: 0;
  width: 100%;
}
.formpart .field.add-info {
  display: flex;
}
.formpart .field.right {
  float: none;
}
@media (min-width: 768px) {
  .formpart .field.right {
    float: right;
  }
}
.formpart .field > h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}
.formpart .field input {
  width: 100%;
  height: 50px;
  background-image: none !important;
  border-radius: 8px;
  border: 1px solid rgba(22, 22, 22, 0.4);
}
.formpart .field input::placeholder,
.formpart .field input[type="text"],
.formpart .field input[type="email"],
.formpart .field input[type="textarea"],
.formpart .field input textarea {
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  font-weight: 300;
}
.formpart .field input::placeholder {
  color: rgba(22, 22, 22, 0.6);
}
.formpart .field input[type="checkbox"] + label,
.formpart .field input[type="radio"] + label {
  margin-left: 30px;
}
.formpart .field input[type="checkbox"] {
  float: left;
  height: 20px;
  width: 20px;
}
.formpart .field .field-info {
  display: block;
  position: relative;
  left: 10px;
}
.formpart .field .field-info label {
  font-weight: 700;
}
.formpart .field .field-info h5 {
  letter-spacing: normal;
  margin-top: 0;
}
.formpart .field.field-half {
  width: 50%;
  padding: 0 0 30px 0;
  margin: 0;
}
.formpart .field.field-half:nth-of-type(odd) {
  padding-right: 10px;
}
.formpart .field.field-half:nth-of-type(even) {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .formpart .field:not(.select_question) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}
.formpart p {
  color: #161616;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1em;
  margin-top: 0;
  max-width: none;
}
.formpart div.details {
  clear: both;
  font-size: 16px;
  margin-bottom: 1em;
  width: 100%;
}
.formpart div.details p {
  font-size: inherit;
}
.formpart div.details p:last-child {
  margin-bottom: 0;
}
.text-image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .text-image-wrapper {
    position: relative;
    padding: 20px;
  }
}
.text-image-wrapper .text {
  flex: 1 0 75%;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .text-image-wrapper .text {
    z-index: 1;
  }
}
.text-image-wrapper .text h2,
.text-image-wrapper .text h3 {
  padding-left: 25px;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .text-image-wrapper .text h2,
  .text-image-wrapper .text h3 {
    padding-left: 0;
  }
}
.text-image-wrapper .text h2 {
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 768px) {
  .text-image-wrapper .text h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
.text-image-wrapper .text h3 {
  font-weight: 400;
  line-height: 22px;
  font-size: 18px;
  padding-right: 120px;
}
@media (max-width: 768px) {
  .text-image-wrapper .text h3 {
    padding-right: 0;
  }
}
.text-image-wrapper .image {
  align-self: flex-end;
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .text-image-wrapper .image {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 0.2;
  }
}
.text-image-wrapper .image img {
  margin-top: 20px;
  max-height: 200px;
}
.messagefield h3 {
  padding-left: 0;
}
.register-company .messagefield {
  border-top: 1px solid #CCC;
  clear: both;
  padding: 0 15px;
  margin: 15px 0;
  width: auto;
}
.register-company .messagefield textarea {
  padding: 10px;
  width: 646px;
}
.register-company .messagefield h3 {
  padding-left: 0;
  margin: 10px 0 1em 0;
}
.register-company textarea {
  width: 340px;
  height: 150px;
  resize: vertical;
}
.register-company .largeText {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
}
.register-company .locationLabel {
  width: 300px;
  display: inline-block;
  margin-bottom: 0;
}
.register-company .error input {
  border: 2px #BF2033 solid;
  padding: 9px 10px;
}
.register-company .error textarea {
  border: 2px #BF2033 solid;
}
.register-company .error label {
  color: #BF2033;
}
.register-company .representative {
  border-bottom: 1px solid #ccc;
}
.register-company .representative.visible {
  display: block;
}
.register-company #step1 {
  padding: 0;
}
.register-company #step4 input[type="radio"] {
  width: auto;
}
.register-company #step4 input[type="checkbox"] {
  float: left;
  width: auto;
  margin-right: 5px;
}
.register-company #step4 select {
  padding: 4px;
}
.register-company #step4 .field {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.register-company #step4 .field label {
  margin-bottom: 4px;
}
.register-company #step4 .field p {
  margin-bottom: 0.5em;
}
.register-company .error-above {
  background-color: #fff;
  border: 1px solid #cc0033;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 2em;
}
.register-company .error-above h3 {
  color: #b8213a;
  margin-top: 0;
}
.register-company .error-above .error-text {
  margin-top: 1em;
  font-style: italic;
}
/* Question Listing */
#locationtabs {
  cursor: pointer;
  display: inline-block;
  list-style: none outside none;
  margin: 0 0 1.5em;
  overflow: visible;
  padding: 0 0.5em;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
#locationtabs li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px 0;
  background-color: #EEE;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0 0.6em;
  padding: 0.5em 1em;
  float: left;
  color: #000;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  color: #1C94C4;
}
#locationtabs li.active {
  background-color: #FFF;
  color: #EB8F00;
  border-bottom: 1px solid #FFF;
  margin-bottom: -1px;
}
#locationtabs li:hover {
  background-color: #FFF;
  color: #EB8F00;
}
/*# sourceMappingURL=front-style.css.map */