body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  min-width: 40em;
}
.wrap {
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 0.9375rem;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#site-header {
  text-align: center;
}
#site-header h1 {
  margin: 0;
}
#site-header img {
  max-width: 100%;
}
#search-frame {
  text-align: center;
  background: #e39b56;
  color: #fff;
  font-size: 1.3125rem;
}
#search-frame .wrap {
  max-width: 31rem;
  padding: 1.875rem;
}
#search-frame p {
  margin: 0 0 1.875rem;
}
#search-frame input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.125rem #ddd inset;
  padding: 0.3125rem;
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
#search-frame button {
  background: #fff;
  border: 1px solid #ec7e24;
  font-size: 0.9375rem;
  color: #ec7e24;
  margin: 0.3125rem 0 0;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.625rem;
}
#search-frame button:hover {
  background: rgba(255, 255, 255, 0.75);
}
#search-frame button:active {
  background: #ec7e24;
  color: #fff;
}
.arrow-down {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #e39b56;
}
main {
  box-shadow: 0 0 0.5em #ddd;
  border: 1px solid #ddd;
  border-radius: 0.3125rem;
}
main h2 {
  margin: 0;
  line-height: 1;
}
main img {
  width: 100%;
  height: auto;
}
main section,
main header {
  padding: 0 1.5625rem;
}
main section {
  border-top: 1px solid #ddd;
  padding: 0 3.125rem;
  padding-bottom: 30px;
}
main header {
  text-align: center;
  padding: 1.5625rem 0 0.9375rem;
  font-size: 1.3125rem;
}
main header .row {
  display: block;
}
main header h2 {
  font-size: 1.3125rem;
  line-height: 2.1875rem;
}
main header .name {
  color: #ed7f24;
  font-size: 2.1875rem;
}
main header .bib {
  display: inline-block;
  color: #888;
  font-weight: 300;
  padding-left: 0.25em;
}
main header .location {
  color: #666;
  font-size: 1.875rem;
}
main section h2 {
  color: #6d9baf;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  margin: 0.625rem 0 0.625rem 0;
}

body {
  background-color: white;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.body-default {
  margin: 0px;
}
body.has-wolfram-branding {
  padding-bottom: 30px;
}
.collapse {
  border-collapse: collapse;
  display: inline-block !important;
}
table {
  border-collapse: collapse !important;
  border: 0px solid black !important;
  display: inline-table;
}
#headerimage {
  margin-bottom: 0;
}

img#headerimage {
  width: 100%;
  max-width: 650px;
}

#headerdiv {
  margin-top: 0;
}

.panel {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
body.body-default .container-main {
  max-width: 100% !important;
  width: 100% !important;
}
.panel-form .panel-body {
  padding-bottom: 0px;
}
.panel-form .panel-footer {
  padding: 0 0 20px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

form#form {
  max-width: 600px;
  margin: auto;
}
#videodiv {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding-top: 0px;
}
.form-object > .form-description {
  font-size: 4vw;
  padding: 0 15px;
}
.btn {
  color: #f77700;
  background-color: white;
  border-color: #f77700;
  padding: 6px 15px;
}
.col-sm-10 {
  width: 100%;
}

#media-player {
  float: none;
  padding: 4px;
  width: 100% !important;
  background-color: white;
}
div#arrow {
  background: #e39b56;
  margin: 0px auto;
  width: 54px;
  height: 27px;
  padding: 0px;
}

div#arrow img {
  width: 54px;
  height: 27px;
}

.wolfram-branding {
  display: none;
}

#runners {
  margin-bottom: 20px;
  border: none;
  border-spacing: 0;
}

.color {
  margin: 0px auto;
  width: 18px;
  padding: 0px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #888;
  box-shadow: 0 0 0 1px #fff inset;
}

div#divMessage {
  text-align: center;
  width: 100% !important;
  margin-bottom: 20px;
}
div#divMessage div {
  text-align: center !important;
}
.ppb {
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  background: transparent url("buttons.png") no-repeat 0 0;
  background-size: cover;
  padding: 0px;
  margin: 0px;
}
.pause {
  background-position: -40px 0 !important;
}
div#media-controls button:focus {
  outline: 0;
}
#footer a {
  text-decoration: none;
  color: #777;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.4;
}
#footer a:hover {
  color: #ff6e00;
}
#footer .lastYear {
  text-align: center;
  margin-top: 16px;
}
#footer .lastYear a {
  font-size: 16px;
  color: #ff6e00;
}
#footer .lastYear a:hover {
  color: #d10;
}
.footer-links {
  text-align: center;
  margin-top: 20px;
}
.footer-credit span,
.footer-credit a {
  font-size: 12px;
  color: #777;
  padding: 0px 5px;
  display: inline-block;
}
.footer-credit a:hover {
  color: #ff6e00;
  text-decoration: none;
}
.footer-credit {
  text-align: center;
}
.share-button-frame {
  vertical-align: bottom;
  height: 28px;
  margin-top: 2px;
}
/* @media only screen and (min-width: 480px) { */
  .share-button-frame {
    display: inline-block;
    margin-top: 0;
  }
/* } */
a.share-button {
  display: inline-block;
  background: #1b95e0 9px 7px no-repeat;
  color: white;
  font-size: 14px;
  padding: 5px 10px 5px 31px;
  border-radius: 5px;
  background-image: url("./twitter.svg");
  background-size: 16px 16px;
  text-decoration: none;
}
a.share-button:hover {
  background-color: #0c7fdc;
}
a.share-button.facebook {
  background-color: #4267b2;
  background-image: url("./facebook.svg");
  background-size: 13px 13px;
}
a.share-button:hover {
  background-color: #365899;
}
#socialshare {
  text-align: right;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  top: -20px;
}
.panel-conversation .panel-body,
.panel-form .panel-body {
  padding: 0;
}
td {
  padding: 0.3em 0.3em;
  border: none;
  outline: none;
}

@media only screen and (min-width: 600px) {
  #headerdiv {
    margin-top: 25px;
  }
  #headerimage {
    margin-bottom: 20px;
  }
  .panel-conversation .panel-body,
  .panel-form .panel-body {
    padding: 30px 0px 15px 0px;
  }
  .form-object > .form-description {
    font-size: 25px;
  }
  .panel-form .panel-footer {
    padding: 15px 10px 30px 10px;
  }
}

#divMessage.error {
  margin-top: 50px;
  text-align: center;
  color: rgb(221, 17, 0);
}
.icon-and-text {
  display: inline-block;
  margin: 0 10px;
}
.icon-and-text .col {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.icon-and-text .col.icon {
  padding-right: 5px;
}

table,
th,
td {
  padding: 5px;
}
#runners {
  margin-bottom: 0px;
}
.runners a,.runners a:visited {
    text-decoration: none;
    color: black;
}
.runners a:hover,.runners a:active {
    color: #d10;
}
#footer .runnerlinks a {
    font-size: 16px;
    color: #ff6e00;
}
#footer .runnerlinks a:hover,#footer .runnerlinks a:active {
    color: #d10;
}