.h-vertical-align {
  height: 100%;
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

.h-inline-block {
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

.l-float-left {
  float: left; }

.l-float-right {
  float: right; }

.l-grid-4col {
  width: 25%;
  display: block;
  margin-bottom: 40px; }

.l-grid-2col {
  width: 50%;
  display: block;
  margin-bottom: 40px; }

.l-align-center {
  text-align: center; }

.l-fixed-top {
  position: fixed;
  bottom: auto;
  top: 0; }

* html, * html body {
  background-image: url(about:blank);
  background-attachment: fixed; }

* html .l-fixed-top {
  position: absolute;
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop)); }

/* ========================================================================
 Layout to equally space an unknown number of inline-block elements
 ========================================================================== */
.l-distribute {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

.l-distribute-stretch {
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

/* E.g (assuming .box -> display: inline-block)
<div class="l-distribute">
    <div class="box"></div>
    <div class="box"></div>
    <div class="box"></div>
    <div class="box"></div>
    <span class="l-distribute-stretch"></span>
</div>
 */
.cf {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.nbfc {
  overflow: hidden;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }

/*.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}*/
.center {
  text-align: center;
  display: block; }

.img-vertical-center {
  vertical-align: middle; }

.vertical-align-container {
  height: 100%; }

.vertical-align-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/ie6-7_border_box/boxsizing.htc); }

html, body {
  height: 100%;
  min-height: 100%;
  min-width: 21.25em; }

html, body {
  font-family: "Roboto Slab", serif;
  color: #545860; }

/*h1{
  position: relative;
  left: -0.05em;
}*/
h1 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.06em;
  color: #545860; }

h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #545860;
  font-size: 1.125em;
  letter-spacing: 0.15em; }

table {
  width: 100%;
  overflow: scroll;
  background: white; }

th, td {
  text-align: left;
  padding: 0 0.5em; }

sup {
  font-size: 62.5%; }

ul, ol {
  padding: 0 1em; }

ol {
  list-style: none; }

ul, ol {
  padding-left: 1.2em; }

li {
  font-size: 14px;
  font-family: "Raleway", sans-serif; }

p {
  line-height: 1.45em;
  font-size: 14px;
  font-family: "Raleway", sans-serif; 
  
  }

a {
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #545860; }
  a:hover {
    color: #467086; }

button {
  display: block;
  margin: 0 auto;
  clear: both; }

button, .btn {
  text-transform: uppercase;
  padding: 0.45em 0.95em 0.35em;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em; }

button {
  border: 2px #464646 solid; }

.slideshow-img {
  display: none;
  vertical-align: middle;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.btn {
  cursor: pointer;
  display: inline-block; }

.btn {
  border: 2px white solid; }

.btn--primary {
  color: white; }
  .btn--primary:hover {
    background: white;
    color: #467086;
    border-color: white; }

button, .btn--dark {
  color: #464646;
  border-color: #464646; }
  button:hover, .btn--dark:hover {
    background: white;
    color: #467086;
    border-color: #436a7f; }

.btn--alert {
  color: #e54c23;
  border-color: #e54c23; }
  .btn--alert:hover {
    background: white;
    color: #467086;
    border-color: #436a7f; }

.btn--form {
  height: 37px;
  line-height: 33px;
  padding: 0 2em;
  text-align: center; }

.form--button {
  width: 18.75em;
  margin: 0 auto; }

.btn--width2 {
  width: 17.857em !important; }

.btn--submit {
  clear: both;
  margin: 0 auto;
  margin-top: 2em; }

.button-list {
  list-style: none;
  padding-left: 0;
  padding-top: 2em; }
  .button-list li {
    margin-bottom: 1.9em; }
  .button-list .btn {
    width: 14.5em; }

.footer__text {
  vertical-align: text-bottom;
  font-size: 0.875em;
  position: absolute;
  bottom: 6.75em;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 1em;
  line-height: 2em; }

.conference-logo-header {
  height: 6.5em;
  position: relative;
  margin-left: 1.5em;
  top: -1.1em; }

.conference-logo-container {
  height: 2em;
  overflow: hidden;
  display: inline-block;
  position: relative; }
  .conference-logo-container a {
    z-index: 500000;
    position: relative; }

.conference-logo-header--side {
  margin-left: 2em;
  margin-top: -0.75em;
  height: 3em;
  display: none; }

.conference-logo-footer {
  height: 6.5em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto ;
  position: absolute; }

.container {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

#body {
  overflow: hidden;
  padding-top: 4.875em; }

.container--solid-bkg {
  min-height: 50em; }

.container-container {
  margin: 1.5em 2.5em;
  background: white; }

.panel {
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 1em 2em;
  position: relative; }
  .panel p {
    color: #545860; }
  .panel h2 {
    margin-top: 1.75em; }

.panel--background {
  background-color: #467086;
  color: white; }
  .panel--background h2 {
    color: white; }

.panel--background-grey {
  background-color: #f1f1f1;
  bottom: 0;
  left: 0;
  right: 0; }

.supporters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }

.publication-editor {
  margin: 1em; }

.publication-editor__name, .publication-editor__affiliation {
  padding: 0;
  margin: 0; }

.publication-editor__name {
  font-weight: bold; }

.clear {
  clear: both; }

#map1 {
  height: 22.5em;
  float: left;
  width: 100%; }

.map-container {
  position: relative;
  overflow: hidden;
  clear: both; }

.background-primary {
  background-color: #467086;
  color: white; }

.mCustomScrollbar {
  clear: both; }

.important-dates {
  list-style: none;
  padding: 0; }

#important-dates {
  padding: 0; }

#nav-button {
  display: inline-block;
  vertical-align: top;
  height: 4.875em; }

/*.month {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}*/
/*.footer {
  clear: left;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}*/
/*.footer-2{
  height: 25em;
  background-size: cover;
  background-position: center;
  background-image: url("../img/footer.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/footer.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/footer.jpg', sizingMethod='scale')";
}*/
/*.footer__container {
  float: right;
  right: 50%;
  position: relative;
}

.footer__centering {
  float: left;
  left: 50%;
  position: relative;
}*/
.l-distribute {
  text-align: justify; }
  .l-distribute span {
    display: inline-block; }

.l-distribute-stretch {
  width: 100%; }

.center {
  text-align: center; }

.date {
  margin: 0.57692em 0;
  font-size: 0.8125em; }

.past-date {
  color: #aaa; }

fieldset {
  border: none;
  position: relative; }

.child-fieldset {
  padding: 0;
  margin: 0; }
  .child-fieldset > label {
    display: block; }

.float-left {
  float: left; }

.google-map__directions {
  clear: both;
  width: 100%; }

.register-container {
  clear: both;
  padding-top: 1em; }

.message textarea {
  resize: vertical; }

.contact-us__form {
  margin-top: 2.25em; }
  .contact-us__form .full {
    float: none;
    clear: both; }
    .contact-us__form .full textarea {
      height: 7.125em; }

.google-map__canvas,
.google-map__directions {
  height: 500px; }

.valid {
  background-color: #f0f0f0;
  color: #747474; }

#recaptcha_widget_div {
  margin-top: 1em; }

.text-location {
  padding-top: 0 !important;
  font-weight: 500;
  width: 15em;
  display: inline-block;
  text-transform: uppercase; }

tr {
  text-align: center; }

.star {
  font-size: 3em;
  position: relative;
  top: 0.25em; }

::-moz-placeholder {
  color: #f0f0f0; }

::-webkit-input-placeholder {
  color: #f0f0f0; }

:-ms-input-placeholder {
  color: #f0f0f0; }

::-moz-placeholder {
  color: #f0f0f0; }

::-webkit-input-placeholder {
  color: #f0f0f0; }

.form__label {
  display: none; }

.image-right {
  float: right;
  display: none;
  max-width: 45%;
  margin-left: 0.5em;
  margin-bottom: 0.5em; }

.image-right--small {
  max-width: 35%; }

.l-clear {
  clear: both; }

.chat-bubble-icon {
  position: relative;
  padding-right: 1em;
  top: -0.25em; }

#previous-award-radio-group {
  margin-left: 0.5em; }

.child-fieldset {
  float: left;
  width: 50%; }
  .child-fieldset input {
    width: 8em; }

.degree-end {
  float: right;
  position: relative;
  left: 2em;
  width: 65%; }

.logo {
  margin: 0 1em 2em; }

.required-text {
  margin-right: 2em; }

.child-fieldset legend {
  font-size: 85%;
  width: 100%; }
.child-fieldset input {
  width: 5em;
  margin-left: 0; }

.form--required, .form--align {
  position: absolute;
  left: -1em; }

.form--required:before, .form--required::before {
  content: "*";
  position: relative;
  font-size: 2em; }

legend {
  text-transform: uppercase;
  width: 18.75em;
  margin: 0 auto 1em; }

.degree-date {
  line-height: 26px;
  padding-left: 0.25em; }

.child-fieldset-container {
  float: left;
  width: 50%;
  position: relative; }

.child-fieldset {
  width: 18.75em;
  margin: 0 auto;
  float: none; }

.form__field {
  width: 18.75em;
  position: relative;
  margin: 0 auto; }

.textbox--large,
#thesis_description, #endorsement {
  height: 10em; }

.twitter-img {
  width: 100%; }

#endorsement-field {
  margin-left: auto;
  margin-right: auto; }

/*@media(min-width: 45em) {

  .image-right {
    display: block;
  }

  .hrule {
    padding: inherit;
    border: none;
  }


  .footer__sponsors {
    float: right;
    position: relative;
    right: 25%;
  }

  #map {
    float: left;
    width: 100%;
  }
  .main-page{
    .btn--center{
      margin-left: 0;
    }
  }

  .btn--register {
    width: 10em;
    font-size: 1.25em;
    top: 2.45em;
    line-height: 1.83333em;
    //top: 0;
    //left: 1.26em;
    //left: 2em;
    border-radius: 0.33em;
    margin: 3em auto 1.5em auto !important;
  }
  /*.btn--register {
    width: 12.6111em;
    line-height: 1.83333em;
    margin: 1.6875em auto;
    border-radius: 0.33em;
  }*/
  /*.logo{
    margin: 0 1em;
  }

}*/
.important-dates-container {
  height: 19.25em; }

#previous-award-radio-group {
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

#previous-award-text {
  margin-left: 0.5em;
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

#award-if-yes-text {
  font-size: 17px;
  font-style: italic;
  margin-top: 15px;
  display: block; }

.radio-text {
  font-size: 20px;
  margin-left: 20px;
  position: relative;
  font-style: italic;
  top: -5px;
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

.radio-outer {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ededed;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

.radio-inner {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #ebebeb;
  position: relative;
  left: 3px;
  top: 3px; }

.radio-inner-checked {
  background: #898989; }

.page-2__header {
  padding: 0.5em 0 !important;
  color: white; }

.placeholder {
  height: 20em; }

#recaptcha_widget_div input {
  background: white; }
  #recaptcha_widget_div input::-moz-placeholder {
    color: #747474; }
  #recaptcha_widget_div input::-webkit-input-placeholder {
    color: #747474; }
  #recaptcha_widget_div input:-ms-input-placeholder {
    color: #747474; }
  #recaptcha_widget_div input::-moz-placeholder {
    color: #747474; }
  #recaptcha_widget_div input::-webkit-input-placeholder {
    color: #747474; }

.field--fixed textarea {
  height: 5em;
  resize: none; }

.field--single textarea {
  resize: vertical; }

#search {
  width: 18.125em; }

.child-fieldset .form__field {
  position: static; }

.form__input {
  position: relative; }

.contact-info p {
  text-align: left; }

.custom-select {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%; }

.select-text {
  background: #898989;
  color: #ffffff;
  height: 37px;
  width: 18.75em;
  line-height: 37px;
  padding-left: 10px;
  margin: 0 auto; }
  .select-text:hover {
    background: #436a7f; }

.select-text-container > ul {
  position: absolute;
  width: 18.75em;
  display: none;
  list-style: none;
  left: 0;
  background: #898989;
  z-index: 500;
  padding: 0;
  margin: 0 auto;
  border-top: 1px solid #c0c0c0; }

.select-text-container {
  width: 18.75em;
  position: relative;
  margin: 0 auto 2em; }

.select-text-container > ul li {
  padding-left: 10px;
  line-height: 37px;
  color: white;
  font-size: 16px; }

.select-text-container > ul li:hover {
  background: #436a7f; }

.select-dropdown-icon {
  float: right;
  position: absolute;
  right: 0.15em;
  top: 0.1em; }

.transportation-map__update {
  width: 250px;
  max-width: none;
  margin-top: 15px; }

.l-distribute {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

.l-distribute-stretch {
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  *display: inline;
  *vertical-align: middle;
  zoom: 1; }

.google-map {
  clear: both; }

#form-response-background {
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: lightgray;
  background: rgba(200, 200, 200, 0.8);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  zoom: 1; }

.form-response {
  width: 100%;
  max-width: 770px; }

.form-response {
  z-index: 20000;
  height: 242px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  top: 0;
  text-align: center;
  padding: 50px; }

.form-response-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000; }

.form-response-error > h1 {
  color: #a94442; }

#twitter-feed {
  height: 37em;
  padding-top: 2em; }
  #twitter-feed a {
    color: #e54c23; }
    #twitter-feed a:hover {
      color: #467086;
      cursor: pointer; }

.twitter-feed-scroll {
  margin-top: 1em;
  height: 80%;
  background: white;
  margin-bottom: 1em;
  overflow: hidden; }

#welcome-message {
  background: #dedede;
  background: white;
  margin-top: 1em;
  padding-top: 1em;
  text-align: center; }
  #welcome-message p {
    padding-bottom: 0.875em; }

#sm-icons {
  display: none; }

.separator {
  padding-bottom: 0.75em; }

.separator--high {
  padding-bottom: 2em; }

.col {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  break-inside: avoid-column; }

#nav-button {
  padding-right: 2em;
  cursor: pointer;
  padding-left: 2em; }

.panel-group-3cols {
  column-gap: 5em;
  padding-left: 2.875em;
  padding-right: 2.875em; }

.image-right {
  float: right;
  display: none;
  max-width: 45%;
  margin-left: 1em;
  margin-bottom: 0.5em; }

.page-2 h1 {
  padding-top: 1em;
  text-align: center; }
.page-2 .bkg-img {
  min-height: 10em;
  top: 0;
  right: 0;
  width: auto; }
.page-2 .panel-mid {
  float: none;
  background: #f1f1f1;
  margin: 2em auto 4em;
  height: auto;
  padding: 3em 4em 1em; }
  .page-2 .panel-mid h2 {
    margin-bottom: 2em; }

.container-fixed {
  margin: 0 auto;
  overflow: hidden; }

.container-2 {
  margin: 10em auto 0; }

.separator-bar {
  height: 1.25em;
  width: 100%;
  background: #467086;
  float: left; }

#location {
  display: none; }

#share-button {
  display: none;
  z-index: 100000;
  position: relative; }
  #share-button:hover {
    background-color: #eaeaea; }
    #share-button:hover .img-beside-text-container span {
      color: #467086; }
    #share-button:hover #chat-bubble {
      background: url("/img/icons/spritesheet.png") no-repeat -30px -60px; }
    #share-button:hover .share-popup {
      display: block;
      background-color: #eaeaea; }

#page-size-marker {
  display: none;
  width: 1px; }

.bkg-img-container {
  height: 60em;
  position: absolute;
  overflow: hidden; }
  .bkg-img-container .bkg-img {
    position: static; }

.bkg-video {
  opacity: 0; }

.bkg-img, .bkg-img-2 {
  width: 100%; }

.bkg-container {
  overflow: hidden;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 13.25em; }

.page-2 .bkg-container {
  overflow: visible;
  height: 0; }

.bkg-video {
  width: 100%; }

.bkg-img1 {
  width: 100%;
  z-index: -1; }

.bkg-video {
  display: none; }

.content {
  margin: 0 auto;
  background: white;
  width: 100%; }

.content--text {
  padding-left: 1.25em;
  padding-right: 1.25em; }

.content--bottom {
  padding-bottom: 2em; }

.content--top {
  padding-top: 1em; }

.panel-1 {
  width: 100% !important;
  height: 28em;
  position: relative; }

.logos-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .logos-container p {
    margin-right: 1em; }
  .logos-container .logos-container-text {
    width: 100%;
    white-space: nowrap; }

.logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
  align-items: center; }

.logo {
  max-height: 8.5em;
  max-width: 15em;
  margin-bottom: 2em; }

.event-brought-by {
  padding: 2em 0 10em;
  text-align: center; }

.panel--extended-background {
  width: 5000%;
  height: 28em;
  position: absolute;
  background: #467086;
  left: -2500%; }

.img-flex {
  width: 100%;
  float: none; }

@media (min-width: 47.25em) {
  .img-flex {
    max-width: 50%;
    height: auto;
    float: left; }

  .img-flex--40p2 {
    max-width: 40.2%; }

  .img-flex--49p5 {
    max-width: 49.5%; }

  .img-flex--50p5 {
    max-width: 50.5%; }

  .img-flex--59p8 {
    max-width: 59.8%; }

  .info-container {
    position: relative;
    float: left; }
    .info-container .panel {
      height: auto;
      position: absolute;
      left: auto; }

  .child-fieldset input {
    width: 5em;
    margin-left: 0;
    border: 1px solid white; }

  .logos > div {
    width: auto; }

  .logo {
    margin: 0 1em 2em; }

  .container-fixed {
    width: 47.25em; }

  .container-2 {
    margin: 12em auto 0; }

  .content--top {
    padding-top: 2em; }

  .content--bottom {
    padding-bottom: 4em; }

  .content--text {
    padding-left: 4em;
    padding-right: 4em; }

  .centering {
    width: auto;
    float: none; }

  .content {
    width: 47.25em; }

  .bkg-video {
    display: block; }

  #mobile-info {
    display: none; }

  .bkg-container {
    position: absolute; }

  #page-size-marker {
    width: 2px; }

  #location {
    display: none; }

  .separator-bar {
    display: none; }

  #welcome-message {
    margin-top: 12em; }

  .page-2 .bkg-img-2 {
    top: 0; }

  .panel {
    height: 28em;
    width: 50%; }

  .panel-group-3cols {
    column-count: 2; }

  .page-2 .panel-mid {
    width: 100%; }
    .page-2 .panel-mid h2 {
      margin-top: 0; }
  .page-2 .bkg-img, .page-2 .bkg-img-2 {
    margin-left: 0;
    min-width: 100%; }

  .container-2 {
    width: 100%; }

  .panel-group-2 {
    width: 50%; }

  .image-right {
    display: block; }

  #twitter-feed {
    margin-top: 12em;
    padding: 1em;
    background: white; }

  #welcome-message {
    height: 37em; }

  #share-button {
    display: block; }

  #welcome-message {
    background: rgba(255, 255, 255, 0.7); } }
#important-dates-panel {
  width: 100%; }

@media (min-width: 70.875em) {
  .logos {
    width: 50%; }

  #endorsement-field {
    margin-left: 0; }

  .textbox--large,
  #thesis_description, #endorsement {
    width: 100%; }

  .full {
    width: 100%; }

  .sm-container-2 {
    position: absolute;
    top: 10px; }

  .fieldset-2 {
    float: left;
    margin: 0; }

  .fieldset-2--right {
    float: right;
    position: relative; }

  .venue-info {
    display: inline-block; }

  .sm-container {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding-top: 1.625em;
    padding-left: 5.5em;
    position: relative;
    left: -30px; }

  .sm-container-1 {
    float: left; }

  .sm-container__logos {
    float: left;
    clear: left; }

  .share {
    float: left;
    clear: right; }

  .share-icons {
    clear: both;
    position: relative;
    left: 0.125em;
    top: -0.125em; }

  #register {
    overflow: visible; }

  .btn--register {
    width: 10em;
    font-size: 1.25em;
    position: relative;
    top: 1.625em;
    left: initial;
    margin: 0 !important;
    display: inline-block; }

  .main-nav {
    width: 100%;
    float: left;
    position: relative;
    background: transparent; }

  .degree-end {
    position: static; }

  .full {
    clear: both;
    float: none; }

  .google-map__canvas {
    height: 500px;
    width: 50%;
    float: left; }

  .google-map__directions {
    clear: none;
    height: 500px;
    overflow: auto;
    float: right;
    padding-left: 0.5em; }

  .form-response {
    width: 770px;
    top: 250px; }

  .full {
    width: 100%; }

  .panel--extended-background {
    width: 5000%;
    height: 28em;
    left: auto;
    position: absolute;
    background: #467086; }

  form {
    width: 46.875em;
    margin: 0 auto; }

  .fieldset-2--right {
    float: right;
    position: relative; }

  .fieldset-1 {
    width: 100%; }
    .fieldset-1 textarea {
      width: 100%; }

  #body {
    padding-top: 6.9375em; }

  .panel-1 {
    height: 28em; }

  .container-fixed {
    width: 70.875em; }

  .content {
    width: 70.875em; }

  #location {
    display: block; }

  #page-size-marker {
    width: 3px; }

  .container-container {
    margin: 4em 6em; }

  .panel {
    width: 33.33%; }

  .page-2 .panel-mid {
    width: 60%; }

  .container-2 .column-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 2em; }

  .panel-group-2cols {
    
    margin: 0 4em;
    column-gap: 2em; }

  .panel-group-2 {
    width: 66.66%; }

  .panel-group-3cols {
    column-count: 3; }

  #welcome-message {
    width: 45em;
    height: auto;
    margin-bottom: 5em;
    padding: 1.75em 3.5em;
    margin-top: 15em; }

  #quick-links {
    width: 25%; }

  #important-dates-panel {
    width: 75%; }

  #twitter-feed {
    width: 25%;
    clear: both;
    margin-top: 0;
    height: 28em;
    padding-left: 1.875em; }

  #sm-icons {
    display: block; }

  #nav-button {
    display: none; }

  .page-2 .subheader {
    margin-left: 10em;
    margin-right: 10em;
    margin-bottom: 2em; } }
.img-center {
  margin: auto;
  display: block; }

.panel-group-3 {
  overflow: auto;
  width: 100%;
  text-align: center;
  background: white;
  padding-top: 2.5em; }
  .panel-group-3 h2 {
    margin: 0 0 1em; }
  .panel-group-3 p {
    margin: 0 0 2em; }

.panel-group-2 {
  float: left;
  overflow: auto;
  text-align: center;
  background: white;
  padding-top: 3em;
  padding-bottom: 2em; }
  .panel-group-2 p {
    margin: 0; }

.panel-group-2cols {
  margin: 1em 2em; 
  }

.alert {
  color: #e54c23;
  font-weight: bold;
  font-size: 1em; }

#page-container {
  _height: 100%;
  min-height: 100%;
  position: relative; }

#header {
  background: #467086;
  padding: 1em;
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
  position: relative; }

#body {
  padding-bottom: 20.4em;
  position: relative; }

.page-2 {
  padding-bottom: 0 !important; }
  .page-2 h1 {
    font-size: 2.5em; }
  .page-2 h2 {
    font-size: 1.25em; }
  .page-2 ul, .page-2 ol {
    margin-bottom: 3em; }
    .page-2 ul li, .page-2 ol li {
      margin-bottom: 0.75em; }

ul li, ol li {
  margin-bottom: 0.75em; }

#body-map {
  padding-bottom: 0;
  overflow: hidden;
  position: relative; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9.4em;
  background: #467086;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif; }
  #footer a {
    color: white; }

.panel__bkg-right {
  background: #000;
  position: absolute;
  padding-left: 50000%;
  height: 30em; }

.publication-editor {
  margin-bottom: 2em; }

.publication-editor-group {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  break-inside: avoid-column;
  padding-bottom: 1em; }

.publication-editor__title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #545860;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  display: block;
  column-span: all; }

.publication-editor__name {
  display: block; }

.publication-editor__affiliation {
  display: block;
  font-style: italic;
  font-size: 0.9em; }

.committee-contact {
  margin-bottom: 2em;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  break-inside: avoid-column; }

.committee-contact__title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #545860;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  display: inline-block; }

.committee-contact__name {
  display: block;
  font-weight: bold; }

.committee-contact__affiliation {
  display: block;
  font-style: italic; }

.supporters {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.supporter-link {
  position: relative;
  z-index: 100; }

.supporter {
  margin-bottom: 1em;
  /*width: 12em;
  height: 12em;
  margin: 0 1.5em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  /*page-break-inside: avoid;
  break-inside: avoid-column;*/ }

.supporter__logo {
  max-height: 5em;
  max-width: 10em;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0; }

.supporter__logo-container {
  width: 10em;
  height: 5em;
  position: relative;
  margin-bottom: 1em; }

.supporter__url {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  .supporter__url:hover {
    cursor: pointer; }

.supporter__info {
  display: block; }

.supporter__booth {
  display: block; }

.important-dates {
  list-style: none;
  padding: 0; }
  .important-dates li {
    padding-left: 0; }
  .important-dates ul, .important-dates ol {
    padding: 0;
    list-style: none; }

.sm-icon {
  margin-right: 1em;
  height: 27px;
  width: 27px;
  display: inline-block; }
  .sm-icon:hover {
    cursor: pointer; }

.sm-icon--facebook {
  background: url("/img/icons/spritesheet.png") no-repeat 0 -30px; }
  .sm-icon--facebook:hover {
    background-position: -30px -30px; }

.sm-icon--twitter {
  background: url("/img/icons/spritesheet.png") no-repeat 0 0; }
  .sm-icon--twitter:hover {
    background-position: -30px 0; }

.sm-icon--linkedin {
  background: url("/img/icons/linkedin_icon.png") no-repeat 0 0; }

.sm-icon--linkedin:hover {
  background: url("/img/icons/linkedin_icon_over.png") no-repeat 0 0; }

.sm-icon--instagram {
  background: url("/img/icons/instagram_icon.png") no-repeat 0 0; }

.sm-icon--instagram:hover {
  background: url("/img/icons/instagram_icon_over.png") no-repeat 0 0; }

#sm-icons {
  margin-right: 1em; }

#important-dates {
  list-style: none; }
  #important-dates .date {
    font-size: 14px;
    font-weight: 300; }
  #important-dates .month {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.75em 0; }
  #important-dates li {
    margin-bottom: 0.5em; }

.important-dates-container {
  overflow: hidden;
  height: 20.5em;
  margin-top: 1em; }

.map-container {
  margin-top: 2em;
  height: 39em;
  overflow: hidden; }

.map {
  width: 100%;
  height: 39em;
  background: url("/img/map.png") no-repeat center;
  background-size: cover; }

.conference-location {
  color: white;
  padding-left: 1em;
  height: 5em;
  vertical-align: middle;
  display: table-cell; }

.img-beside-text-container {
  height: 100%;
  z-index: 1000;
  position: relative; }

#chat-bubble {
  background: url("/img/icons/spritesheet.png") no-repeat 0 -60px;
  width: 26px;
  height: 27px;
  display: inline-block; }

.share-icon:hover {
  cursor: pointer; }

.share-clicked {
  position: relative;
  background: white;
  color: #467086; }
  .share-clicked span {
    color: #467086; }

.share-popup {
  clear: left;
  display: none;
  background: white;
  padding: 1em;
  position: relative; }

.share-flex {
  display: flex;
  justify-content: space-around; }

.group {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  break-inside: avoid-column; }
  .group h2 {
    margin-top: 0; }

#degree_end_month,
#degree_start_month {
  padding-left: 0.5em;
  width: 3.5em;
  float: left;
  display: inline-block; }

#degree_start_year,
#degree_end_year {
  padding-left: 0.5em;
  width: 4.5em;
  float: left;
  display: inline-block; }

.child-fieldset > label {
  display: block; }

fieldset {
  border: none;
  position: relative; }

.fieldset-1 {
  margin: 0 auto;
  padding: 0; }

.fieldset-2 {
  margin: 0 auto;
  padding: 0; }

.child-fieldset {
  padding: 0; }

.form__required,
.form__align {
  display: inline-block;
  width: 0.5em;
  margin-left: -0.65em;
  font-size: 2em;
  position: relative;
  top: 0.35em; }

.form__required--textarea {
  position: relative;
  top: 2em; }

.btn--submit {
  clear: both;
  margin: 0 auto;
  margin-top: 2em; }

tr {
  text-align: center; }

#award-select-radio-group,
#presenting-author-radio-group {
  margin-top: 0.5em;
  margin-bottom: 2em; }

input:focus, textarea:focus {
  background-color: #f0f0f0;
  color: #747474; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #747474; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #747474; }
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #747474; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #747474; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #747474; }

input, textarea {
  font-family: 'Raleway', sans-serif;
  height: 2.4em;
  background-color: #898989;
  color: #f0f0f0;
  border: none;
  padding: 0 0 0 1em;
  width: 100%;
  margin-bottom: 2em;
  display: block; }

.star {
  font-size: 1em;
  position: relative;
  top: 0.25em; }

::-moz-placeholder {
  color: #f0f0f0; }

::-webkit-input-placeholder {
  color: #f0f0f0; }

:-ms-input-placeholder {
  color: #f0f0f0; }

::-moz-placeholder {
  color: #f0f0f0; }

::-webkit-input-placeholder {
  color: #f0f0f0; }

textarea {
  padding-top: 0.8em;
  line-height: 1.2em; }

.form__label {
  display: none; }

.image-right--small {
  max-width: 35%; }

.l-clear {
  clear: both; }

.form__field--first {
  margin-left: 0; }

.child-fieldset input {
  width: 5em;
  margin-left: 0; }

.technical-category-list {
  list-style: upper-roman;
  padding: 0;
  list-style-position: inside; }

.technical-category {
  color: #467086;
  font-size: 1.125em; }

.technical-category__subcategory-list {
  list-style: lower-alpha;
  padding: 0;
  margin: 0 2em 2em;
  list-style-position: inside;
  color: #545860;
  font-size: 0.625em; }

#map1 {
  height: 39em;
  float: left;
  width: 100%; }

#information {
  padding-bottom: 1em;
  margin-bottom: 3em; 
  float: right;
  }
  #information h2 {
    margin: 1.25em 0 0; }

#mobile-info {
  background: #467086; }

.mobile-info-location {
  height: 4.875em;
  display: flex;
  justify-content: center; }

.img-swap-2 {
  display: none; }

.img-swap-1 {
  display: inline; }

.mobile-sm {
  display: flex;
  justify-content: space-around;
  position: relative; }
  .mobile-sm > div {
    height: 7em;
    width: 8em;
    background: #518198;
    text-align: center;
    color: white;
    padding: 0.5em;
    margin: 0.5em; }
    .mobile-sm > div:hover {
      cursor: pointer;
      background: white;
      color: #467086; }
      .mobile-sm > div:hover .img-swap-2 {
        display: inline; }
      .mobile-sm > div:hover .img-swap-1 {
        display: none; }
      .mobile-sm > div:hover .share-popup-1 {
        position: absolute;
        left: 0;
        display: block;
        display: flex;
        align-items: center; }
        .mobile-sm > div:hover .share-popup-1 > div {
          width: 7em;
          height: 6em;
          margin-left: -0.5em;
          text-align: center;
          background: white;
          color: #467086; }
          .mobile-sm > div:hover .share-popup-1 > div > img {
            margin-top: 0.5em;
            width: 30%;
            height: auto; }
        .mobile-sm > div:hover .share-popup-1 img {
          height: auto;
          width: auto; }
    .mobile-sm > div > img {
      margin-top: 0.5em;
      width: 30%;
      height: auto; }

.share-popup-1 {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 8em;
  margin: 0.5em;
  background: white;
  justify-content: space-around;
  align-items: center; }

.page-2 .important-dates ol {
  margin-bottom: 0; }

.tweet {
  margin-bottom: 2em;
  font-size: 13px;
  padding-bottom: 1em;
  border-bottom: 1px solid grey; }

.tweet__poster {
  display: inline-block;
  margin-bottom: 0.5em; }

.tweet__time {
  display: inline-block; }

.tweet__text {
  width: 80%;
  margin-top: 0.75em; }

#special-events p {
  font-family: "Raleway", sans-serif; }

.month {
  font-family: "Raleway", sans-serif; }

.bkg-video {
  position: absolute;
  top: 0; }

.google-captcha {
  margin: 0 auto 1em;
  display: inline-block; }

#captcha-fallback {
  display: none; }

#close-button {
  float: right;
  cursor: pointer;
  z-index: 100000; }

/*# sourceMappingURL=main.css.map */
