body {
  font-family: proxima-nova, "Proxima Nova", sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 24pt;
  color: #323240;
  background-color: #fff;
  -moz-font-smooothing: antialiased;
  -webkit-font-smooothing: antialiased;
  -o-font-smooothing: antialiased;
  -ms-font-smooothing: antialiased;
  font-smooothing: antialiased;
  text-rendering: optimizeLegibility; }

.mini-cta {
  margin-top: 1.5em; }

.mini-cta-box {
  width: 100%;
  margin: auto 0px;
  text-align: center; }

.testimonial {
  background: #eee;
  padding: 1.5em; }

.cta-button {
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
  padding: 1em;
  color: white;
  background-color: #EEE;
  background-color: #005CB6;
  color: #fff !important;
  margin: 0 auto; }

strong, b {
  font-weight: 900; }

em, i {
  font-style: italic; }

h3 {
  font-size: 1em;
  font-weight: 900;
  margin-bottom: 1em; }

h2 {
  font-size: 1.4em; }

h1 {
  font-size: 2.6em;
  line-height: 1.2em; }

a {
  -moz-transition: color 0.1s ease-in-out, border-bottom-color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, border-bottom-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, border-bottom-color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out, border-bottom-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, border-bottom-color 0.1s ease-in-out;
  color: #16a2f9;
  text-decoration: none;
  border-bottom: solid 1px; }
  a:hover {
    border-bottom: dotted 1px;
    color: #16a2f9; }

#wrapper {
  padding-bottom: 2em;
  max-width: 700px;
  margin: 0 auto; }
  #wrapper #post-body p {
    text-align: left; }
  #wrapper .tagline {
    text-align: left; }
  #wrapper ul, #wrapper ol {
    padding-left: 2em;
    padding-bottom: 1em; }
  #wrapper h2 {
    padding-top: 1em;
    padding-bottom: 0.6em; }

p {
  margin: 0 0 1em 0; }

.avatar {
  margin-bottom: 1em;
  width: 200px;
  height: 200px;
  border-radius: 50%; }

blockquote p {
  border-left: solid 4px #444;
  font-style: italic;
  margin: 0.8em 0 0.8em 0.3em;
  padding: 0.5em 0 0.5em 1.5em; }

pre {
  font-family: monospace, serif;
  font-size: 0.8em;
  background-color: #f9f9fa;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 0em;
  margin-bottom: 1em;
  padding: 1em;
  overflow: auto; }

.header p {
  font-weight: 900; }

.orly {
  display: block;
  float: left;
  clear: both;
  padding-bottom: 2em; }

.ck_powered_by {
  border-bottom-color: transparent !important; }
  .ck_powered_by:hover {
    border-bottom-color: transparent !important; }

header {
  background: #fff;
  cursor: default;
  height: 3.25em;
  line-height: 3.25em;
  width: 100%;
  padding-top: 0.7em; }
  header .nav-left {
    float: left;
    line-height: inherit;
    margin: 0;
    padding: 0; }
    header .nav-left a {
      border-bottom-color: transparent !important; }
      header .nav-left a:hover {
        border-bottom-color: transparent !important; }
    header .nav-left .avatar-nav {
      width: 3em;
      height: 3em;
      border-radius: 35%;
      margin-right: 0.4em;
      margin-bottom: 0.5em;
      vertical-align: middle;
      display: inline-block; }
    header .nav-left b {
      font-size: 2em; }
    header .nav-left a {
      color: #323240;
      font-weight: 900; }
      header .nav-left a:hover {
        border-bottom-color: transparent !important; }
  header nav {
    display: block;
    float: right;
    height: inherit;
    line-height: inherit;
    vertical-align: middle; }
    header nav .special-nav a {
      border-radius: 0.5em;
      color: #fff;
      background-color: #16a2f9; }
    header nav a {
      padding: 0.5em;
      border-bottom-color: transparent !important; }
      header nav a:hover {
        border-bottom-color: transparent !important; }
    header nav > ul {
      list-style: none; }
      header nav > ul > li {
        display: inline-block;
        padding-left: 0.3em; }

.meta {
  background: #fff;
  display: block;
  margin-bottom: 2em;
  margin-top: 0.5em; }

.date {
  text-align: right;
  padding-right: 0.5em; }

.tags {
  text-align: left;
  padding-right: 0.5em; }

.confs h2 {
  margin-top: 0.5em; }
.confs ul, .confs ol {
  margin-left: 2em; }
  .confs ul li, .confs ol li {
    margin-top: 0.4em; }

.related {
  margin-top: 2em; }
  .related h3 {
    margin-bottom: 0em; }
  .related ul {
    list-style: none;
    padding-left: 0.5em !important; }
    .related ul li {
      padding-left: 0.7em;
      border-left: 4px solid #16a2f9;
      margin-top: 0.5em;
      margin-bottom: 0.8em; }

.topics {
  font-size: 1.5em;
  text-align: center; }
  .topics ul, .topics ol {
    margin-top: 0.5em;
    list-style: none;
    padding-left: 0.5em !important; }
    .topics ul li, .topics ol li {
      border-left: 4px solid #16a2f9;
      margin-top: 0.5em;
      margin-bottom: 0.8em;
      margin-right: 0.6em; }

.articles {
  margin-top: 2em; }
  .articles h1 {
    margin-bottom: 0.6em; }
  .articles ul, .articles ol {
    margin-top: 0.5em;
    list-style: none;
    padding-left: 0.5em !important; }
    .articles ul li, .articles ol li {
      padding-left: 0.7em;
      border-left: 4px solid #16a2f9;
      margin-top: 0.5em;
      margin-bottom: 0.8em; }
  .articles .description {
    font-size: 0.9em; }

.featured {
  margin-top: 3.5em; }

.social ul {
  list-style: none;
  padding-top: 0.6em;
  padding-left: 0em !important; }
  .social ul li {
    display: inline-block;
    padding-left: 0.2em;
    padding-right: 0.2em; }

footer {
  background: #f0f0f0;
  padding: 0.7em 0 1em 0;
  text-align: center; }
  footer .legal {
    position: relative;
    overflow: hidden; }
    footer .legal ul {
      text-align: center;
      color: #888;
      font-size: 0.9em;
      line-height: 1em; }
      footer .legal ul a {
        color: inherit; }
      footer .legal ul li {
        display: inline-block;
        list-style: none; }
        footer .legal ul li:not(:first-child)::before {
          content: "|";
          padding-left: 0.5em;
          padding-right: 0.5em; }

.profile {
  text-align: center; }
  .profile .top h1 {
    margin-bottom: 1em; }

.ck_form_container.ck_inline {
  margin-top: 2em; }

.seva-form {
  margin-top: 2em; }
  .seva-form a {
    border-bottom-color: transparent !important; }
    .seva-form a:hover {
      border-bottom-color: transparent !important; }

.cta {
  margin-bottom: 1em; }
  .cta .description {
    font-size: 1em;
    margin-bottom: 1.8em; }
  .cta input {
    width: 100%;
    height: 3em;
    background: #fff;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    display: block;
    padding: 0 1em;
    font-size: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.8em; }
  .cta input[type=submit] {
    width: auto;
    background-color: #005CB6;
    color: #fff !important;
    margin: 0 auto; }

.image-person, .image-company {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid black; }

.interview-head img {
  width: 200px;
  height: 200px;
  border-radius: 50%; }

.interview-content {
  margin-top: 2em; }

.interview-list {
  border-top: 1px solid black;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 2em; }

.interview-images img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 5px solid black; }

.interview-list-images {
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 0.5em; }
  .interview-list-images img {
    width: 150px;
    height: 150px; }

@media (min-width: 800px) {
  #wrapper {
    padding-top: 3em;
    padding-left: 1em;
    padding-right: 1em; }

  pre {
    padding-left: 1.5em;
    padding-right: 1.5em; }

  header {
    padding-left: 2em;
    padding-right: 2em; }

  .articles {
    margin-left: 0em; }
    .articles ul {
      margin-left: 0.5em; } }
.really-important {
  background-color: #c4edfd;
  padding: 1.5em;
  padding-top: 0.2em;
  border: solid 1px #d1d1d1; }
  .really-important .dothat {
    margin-top: 1em; }
  .really-important button {
    cursor: pointer;
    width: 100%;
    height: 3em;
    background: #fff;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    display: block;
    padding: 0 1em;
    font-size: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    width: auto;
    background-color: #005CB6;
    color: #fff !important;
    margin: 0 auto; }

@media (max-width: 960px) {
  header {
    line-height: 2em;
    line-heigth: 3em;
    padding-left: 0.5em;
    padding-top: 0.8em; }
    header .nav-left {
      width: 100%;
      text-align: center; }
    header h1 {
      clear: both;
      float: left;
      font-size: 1.5em;
      padding-right: 0.5em; }
    header nav {
      width: 100%;
      float: left !important;
      clear: both !important;
      padding-bottom: 0;
      margin-bottom: 1em; }
      header nav li {
        width: 100%;
        text-align: center;
        display: block !important;
        padding-right: 0.8em;
        padding-left: 0 !important; }
        header nav li a {
          margin: 0px auto; }

  .profile {
    clear: both;
    padding-top: 0em; }

  #wrapper {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.2em !important; }
    #wrapper h1 {
      clear: both; }

  article h1 {
    clear: both; }

  footer ul {
    line-height: 1.5em !important; } }
.figure {
  width: 100%;
  margin-bottom: 3em;
  margin-top: 0.8em;
  clear: both; }
  .figure img {
    display: block;
    clear: both;
    margin: 0px auto;
    max-width: 100%;
    padding-bottom: 0.5em; }
  .figure .subtext {
    float: left;
    clear: both;
    text-align: center;
    font-size: 0.7em;
    width: 100%; }

.figure-nonfancy {
  margin-bottom: 0.8em;
  margin-top: 0em; }
  .figure-nonfancy img {
    padding-bottom: 0em;
    max-width: 100%; }

#post-body > p > code {
  background-color: #DDD;
  padding: 0.1em 0.3em;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  box-decoration-break: clone; }

.social {
  width: 100%;
  text-align: center;
  padding-top: 1.5em; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.header-image {
  width: 100%;
  min-height: 250px;
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-top: 2em;
  margin-bottom: 2em; }

.header-image:before {
  padding-top: 200% header-image; }

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