* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75;
}
body,
input,
textarea {
  font-family: 'Open Sans', sans-serif;
}
.wrapper,
.page {
  max-width: 960px;
  padding: 0 1em;
  margin: 0 auto;
  display: block;
}
a {
  color: #3399db;
}
.page {
  padding-top: 2rem;
}
.copy p {
  margin-bottom: 1em;
}
ul.three {
  font-size: 0.8em;
  margin: 1em 0 2em;
  display: block;
  float: left;
  width: 100%;
}
ul.three > li {
  width: 33.333%;
  float: left;
  display: block;
  padding-right: 2em;
  list-style-type: none;
}
ul.three > li h2 {
  margin-bottom: 1em;
}
ul.three > li ul li {
  list-style-type: disc;
  margin-left: 1.25em;
}
@media only screen and (max-width: 760px) {
  ul.three {
    font-size: 1em;
  }
  ul.three > li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2em;
  }
  ul.three > li:last-child {
    margin-bottom: 0;
  }
}
header.wrapper {
  padding: 1em 0 0;
  display: block;
  border-bottom: 1px solid #d3d3d3;
}
header.wrapper .logo img {
  height: 3rem;
  display: block;
  margin: 0 auto;
}
header.wrapper nav {
  margin-top: 1.5em;
  text-align: center;
  padding-bottom: 1em;
}
header.wrapper nav li {
  display: inline;
  position: relative;
}
header.wrapper nav li a {
  text-decoration: none;
  padding: 0.5em 1em;
  display: inline-block;
  color: #222;
  border-radius: 5px;
}
header.wrapper nav li a:hover {
  color: #3399db;
}
header.wrapper ul.sub-menu {
  width: 100%;
  text-align: center;
  background: #3399db;
  padding: 0.5em;
}
header.wrapper ul.sub-menu li {
  display: inline;
  padding-right: 1em;
  color: #fff;
}
header.wrapper ul.sub-menu li.title {
  font-weight: bold;
}
header.wrapper ul.sub-menu li a {
  color: #fff;
  text-decoration: none;
}
.hub-page h1.title {
  margin-bottom: 1em;
}
.hire img {
  height: 20em;
  display: block;
  margin: 0 auto 2em;
}
.writing h1.title {
  margin-bottom: 1em;
}
.writing > ul li {
  margin-bottom: 1em;
  list-style-type: none;
}
.writing > ul li a {
  text-decoration: none;
}
.writing > ul li a p {
  color: #222;
  font-style: italic;
}
.writing.post h1.title {
  margin-bottom: 0;
}
.writing.post span.date {
  margin-bottom: 2em;
  display: block;
  font-style: italic;
}
.writing.post article > *,
.writing.post article img {
  margin-bottom: 1.5em;
  display: block;
  width: 100%;
}
.writing.post article ul li {
  margin-left: 1.5em;
}
.writing.post article blockquote {
  padding: 0.5em 0 0.5em 1.5em;
  border-left: 4px solid #3399db;
  font-style: italic;
}
.work > * {
  display: block;
  margin-bottom: 1.5em;
}
.work ul li {
  margin-left: 1.5em;
}
.speaking h1.page-title {
  margin-bottom: 1em;
}
.speaking h1.page-title + p {
  margin-bottom: 3em;
}
.speaking iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 760px) {
  .speaking h1.page-title + p {
    margin-bottom: 1em;
  }
  .speaking iframe {
    height: 50vw;
    margin-bottom: 0;
  }
}
.speaking.past > ul li {
  width: 33.333%;
  float: left;
  list-style-type: none;
  padding: 0 0.5em;
  margin-bottom: 1em;
}
.speaking.past > ul li .logo {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #3399db;
  background: #fff;
}
.speaking.past > ul li .logo .container {
  height: 75%;
  width: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.speaking.past > ul li.white .logo {
  background: #3399db;
}
.speaking.past > ul li .info {
  background: #3399db;
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.speaking.past > ul li .info h2.title {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.speaking.past > ul li .info span.event:after {
  content: ".";
  margin-right: 0.5em;
}
.speaking.past > ul li:nth-child(7) {
  margin-top: 2em;
}
.speaking.past > ul li:nth-child(n+7) {
  width: 100%;
}
.speaking.past > ul li:nth-child(n+7) .logo {
  display: none;
}
.speaking.past > ul li:nth-child(n+7) .info {
  background: #fff;
  color: #3399db;
}
@media only screen and (max-width: 760px) {
  .speaking.past > ul li {
    width: 100%;
  }
  .speaking.past > ul li:nth-child(7) {
    margin-top: 1em;
  }
}
.speaking.upcoming h1.page-title + p {
  margin-bottom: 0;
}
.speaking.upcoming .list p {
  margin-bottom: 1em;
}
.credits p,
.credits h1 {
  margin-bottom: 1em;
}
.contact h1 {
  margin-bottom: 1em;
}
.contact form {
  margin-top: 2em;
}
.contact form label {
  display: block;
  font-size: 0.8em;
}
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 2em;
  outline: 0;
  border: 1px solid #d3d3d3;
}
.contact form input:focus,
.contact form textarea:focus {
  border-color: #3399db;
}
.contact form input[type=submit] {
  margin-bottom: 0;
  padding: 1em;
  background: #3399db;
  color: #fff;
  border-color: #3399db;
  cursor: pointer;
}
.contact form input[type=submit]:hover {
  background-color: #248ccf;
}
.contact form input[type=submit]:active {
  background-color: #207cb8;
}
footer {
  width: 100%;
  float: left;
}
footer img.jess-head {
  height: 10rem;
  display: block;
  margin: 2em auto;
}

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