@charset "UTF-8";
/* line 3, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
* {
  box-sizing: border-box; }

/* line 6, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
body {
  position: relative;
  background: #e2eaed;
  padding: 0 200px 0 180px;
  font-family: "Merriweather", serif; }
  /* line 12, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  body.about-open {
    overflow: hidden; }

/* line 15, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
ul {
  list-style: none;
  padding: 0; }

/* line 20, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.clearfix:before {
  content: " ";
  display: table; }
/* line 23, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

/* line 28, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

/* line 35, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

/* line 43, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
blockquote p {
  display: inline; }

/* line 46, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
a {
  color: #1FA8E3; }
  /* line 49, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  a:visited {
    color: #16769F; }

/* line 52, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
h1 {
  font-size: 17px;
  font-family: "Exo 2", sans-serif;
  color: #9da9ae;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 54px; }

/* line 60, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.logo {
  position: fixed;
  background: #4c5e64 url(../images/logo.png) no-repeat center center;
  background-size: 30px 28px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  top: 55px;
  left: 55px; }

/* line 70, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.about-mobile {
  display: none; }

/* line 74, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
figure.image {
  text-align: center;
  margin: 40px 0; }
/* line 78, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
figure figcaption {
  font-size: 13px;
  font-style: italic;
  opacity: 0.75;
  margin-top: 12px; }

/* line 84, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
img {
  max-width: 100%; }
  /* line 87, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  img.centered {
    margin-left: auto;
    margin-right: auto;
    display: block; }

/* line 92, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.about {
  position: fixed;
  background-color: #3e9ac7;
  width: 200px;
  height: 100%;
  top: 0;
  right: 0; }
  /* line 101, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about .about-inner {
    background: #3e9ac7 url(https://www.dropbox.com/s/2e42z9zdolgsjp0/don-bw.png?dl=1) no-repeat center bottom;
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: right -60px bottom -150px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    /* line 111, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about .about-inner a.about-link {
      position: absolute;
      text-decoration: none; }
      /* line 115, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about .about-inner a.about-link h1 {
        font-size: 16px;
        font-family: "Exo 2", sans-serif;
        color: rgba(255, 255, 255, 0.45);
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
        padding-left: 80px;
        padding-top: 30px; }
        /* line 125, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about .about-inner a.about-link h1:before {
          content: "";
          background: url(../images/left-arrow-white.png) no-repeat center bottom;
          opacity: 0.4;
          height: 37px;
          width: 37px;
          display: block;
          background-size: 37px 37px;
          position: absolute;
          left: 25px;
          top: 50%; }

/* line 137, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.about-overlay {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s 0.5s linear;
  z-index: -1; }
  /* line 147, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about-overlay.open {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s linear;
    z-index: 10; }
    /* line 152, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay.open .about-inner {
      right: 0px; }
  /* line 155, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about-overlay .about-inner {
    background-color: #e2eaed;
    position: absolute;
    width: 700px;
    height: 100%;
    right: -700px;
    transition: all 0.3s 0.2s linear; }
    /* line 163, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-inner p {
      font-size: 18px;
      font-family: "Myriad Pro";
      color: #4c5e64; }
  /* line 168, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about-overlay .about-content {
    padding-left: 240px;
    position: relative;
    height: 100%; }
    /* line 173, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-content .about-background {
      background: url(https://www.dropbox.com/s/p5245bo8uffn7i0/don-color.png?dl=1) no-repeat center bottom;
      background-size: cover;
      background-position: right -60px bottom -150px;
      width: 200px;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
    /* line 184, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-content img.colored-don {
      position: absolute;
      left: 30px;
      bottom: -108px;
      max-width: 300px;
      width: 33%;
      height: auto; }
    /* line 192, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-content .about-close {
      position: absolute;
      left: 30px;
      top: 30px;
      font-size: 17px;
      font-family: "Exo 2", sans-serif;
      color: #929fa4;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
      /* line 204, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-close:hover .about-close-inner:after {
        transform: rotate(315deg);
        -webkit-transform: rotate(315deg); }
      /* line 208, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-close:hover .about-close-inner:before {
        transform: rotate(-315deg);
        -webkit-transform: rotate(-315deg); }
      /* line 212, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-close .about-close-inner {
        position: relative;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 3px solid #929fa4;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        /* line 222, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-close .about-close-inner:after, .about-overlay .about-content .about-close .about-close-inner:before {
          content: "";
          width: 20px;
          height: 3px;
          display: block;
          background-color: #929fa4;
          position: absolute;
          left: 7px;
          top: 15px;
          transition: all 0.3s linear; }
        /* line 233, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-close .about-close-inner:after {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        /* line 237, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-close .about-close-inner:before {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
    /* line 241, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-content .about-text {
      padding: 30px 35px 0 0px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      font-size: 18px;
      font-family: "Myriad Pro";
      color: #4c5e64;
      line-height: 1.563; }
      /* line 251, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-text .about-social-icons {
        padding-bottom: 15px; }
        /* line 254, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-text .about-social-icons a {
          margin-right: 10px;
          color: #66777e; }
      /* line 258, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-text h3 {
        font-size: 18px;
        font-family: "Exo 2";
        color: #929fa4;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 30px; }
      /* line 267, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-text ul.cv-so-far, .about-overlay .about-content .about-text ul.facts {
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 12px;
        text-indent: -12px; }
      /* line 274, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-text ul.recent-projects li a {
        font-size: 18px;
        font-family: "Myriad Pro";
        color: #1fa8e2;
        line-height: 1.5;
        text-decoration: none; }
      /* line 281, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-text .about-mobile-don {
        display: none; }

/* line 284, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.navbar {
  background: #FFFFFF; }

/* line 289, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.main-content.archive ul {
  border-top: 1px dotted #929fa4; }
  /* line 292, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.archive ul li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #929fa4;
    font-size: 28px;
    color: #4c5e64;
    font-weight: bold;
    padding: 30px 0;
    padding-right: 80px;
    position: relative;
    line-height: 1.4; }
    /* line 304, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.archive ul li a:after {
      content: "";
      background: url(../images/right-arrow.png) no-repeat center bottom;
      height: 37px;
      width: 37px;
      display: block;
      background-size: 37px 37px;
      position: absolute;
      right: -125px;
      top: 50%;
      margin-top: -18px;
      transition: all 500ms cubic-bezier(0.77, -0.475, 0.37, 1.18); }
    /* line 317, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.archive ul li a:hover {
      color: #1fa8e3; }
      /* line 320, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .main-content.archive ul li a:hover:after {
        right: 25px; }
/* line 325, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.main-content.post a.view-archive {
  text-decoration: none;
  position: relative; }
  /* line 329, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post a.view-archive h1 {
    font-size: 16px;
    padding-left: 36px;
    padding-bottom: 18px;
    font-family: "Exo 2", sans-serif;
    color: #9da9ae;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 54px; }
    /* line 339, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.post a.view-archive h1:before {
      content: "";
      background: url(../images/articles-icon.png) no-repeat center bottom;
      height: 14px;
      width: 24px;
      display: block;
      background-size: 24px 14px;
      position: absolute;
      left: 0px;
      top: 4px; }
/* line 350, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.main-content.post .post-header {
  width: 100%;
  border-top: 1px dotted #929fa4;
  border-bottom: 1px dotted #929fa4;
  padding-right: 30px; }
  /* line 356, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-header h1.post-title {
    font-size: 28px;
    color: #4c5e64;
    font-weight: bold;
    margin: 20px 0 10px 0;
    max-width: 700px; }
  /* line 363, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-header h2.post-subtitle {
    padding-bottom: 15px;
    font-size: 14px;
    font-family: "Exo 2";
    color: #929fa4;
    font-weight: bold;
    text-transform: uppercase; }
/* line 371, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.main-content.post .post-content {
  font-size: 17px;
  color: #4c5e64;
  margin-top: 28px;
  max-width: 700px;
  padding-right: 30px; }
  /* line 378, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-content p {
    line-height: 1.6; }
  /* line 381, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-content ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: -12px;
    line-height: 1.6; }
  /* line 387, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-content caption {
    text-align: center;
    display: block; }
/* line 391, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.main-content.post .post-footer {
  width: 100%;
  position: relative; }
  /* line 395, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-footer:after {
    content: "";
    border-left: 1px dotted #929fa4;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    display: block; }
  /* line 405, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-footer p {
    font-size: 12px;
    font-family: "Exo 2";
    color: #929fa4;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px dotted #929fa4; }
  /* line 414, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-footer a {
    font-size: 16px;
    color: #6d777b;
    font-weight: bold;
    text-decoration: none; }
    /* line 420, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.post .post-footer a:hover {
      color: #1fa8e3; }
  /* line 424, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-footer .previous-post {
    width: 50%;
    float: left;
    margin-bottom: 50px; }
  /* line 429, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post .post-footer .next-post {
    width: 50%;
    float: right;
    text-align: right;
    margin-bottom: 50px; }
    /* line 435, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.post .post-footer .next-post a {
      padding-left: 56px;
      position: relative; }

@media screen and (max-width: 768px) {
  /* line 441, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  body {
    padding: 0 160px 0 100px; }

  /* line 444, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .logo {
    background-size: 20px 18px;
    height: 50px;
    width: 50px;
    top: 28px;
    left: 24px; }

  /* line 451, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about {
    width: 160px; }

  /* line 456, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.archive h1 {
    margin-top: 28px; }
  /* line 460, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.archive ul li a {
    font-size: 18px;
    padding: 15px 0;
    padding-right: 50px; }
    /* line 465, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.archive ul li a:after {
      height: 26px;
      width: 26px;
      background-size: 26px 26px;
      right: -40px;
      margin-top: -14px; }
    /* line 473, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.archive ul li a:hover:after {
      right: 10px; }
  /* line 478, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post a.view-archive h1 {
    margin-top: 27px; } }
@media screen and (max-width: 640px) {
  /* line 483, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  body {
    padding: 0 0 0 20px; }

  /* line 486, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .logo {
    position: absolute;
    background-size: 18px 16px;
    height: 40px;
    width: 40px;
    top: -10px;
    left: 50%;
    margin-left: -20px; }

  /* line 496, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about-mobile {
    display: inline;
    text-decoration: none;
    position: absolute;
    top: -54px;
    right: 10px;
    z-index: 8; }

  /* line 504, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about {
    display: none; }

  /* line 507, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .about-overlay {
    width: 100%; }
    /* line 510, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-inner {
      width: 100%;
      right: auto;
      left: 100%; }
    /* line 516, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay.open .about-inner {
      left: 0px; }
    /* line 519, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .about-overlay .about-content {
      padding-left: 0;
      width: 100%; }
      /* line 523, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-background {
        background: none; }
      /* line 526, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-close {
        position: absolute;
        left: auto;
        top: 15px;
        right: 5px; }
        /* line 533, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-close span {
          display: none; }
      /* line 536, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
      .about-overlay .about-content .about-text {
        padding: 30px 50px 0 20px; }
        /* line 539, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-text .about-social-icons {
          padding-bottom: 0px; }
        /* line 542, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
        .about-overlay .about-content .about-text .about-mobile-don {
          display: block;
          text-align: center;
          background: #4c5e64 url(../images/don-mobile.png) no-repeat center center;
          background-size: 267px 267px;
          height: 267px;
          width: 267px;
          border-radius: 50%;
          margin: auto; }

  /* line 554, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.archive h1 {
    margin-bottom: 30px; }
  /* line 558, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.archive ul li a {
    font-size: 14px;
    padding: 15px 0;
    padding-right: 30px; }
    /* line 563, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.archive ul li a:after {
      height: 26px;
      width: 26px;
      background-size: 26px 26px;
      right: -60px;
      margin-top: -14px; }
    /* line 571, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
    .main-content.archive ul li a:hover:after {
      right: 10px; }
  /* line 576, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post a.view-archive h1 {
    margin-top: 27px;
    margin-bottom: 30px; }
  /* line 580, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  .main-content.post a.view-archive span {
    display: none; } }
/* line 583, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.subscribe {
  border-top: 1px dotted #929fa4; }

/* line 586, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
#mc_embed_signup form {
  padding: 0; }
  /* line 589, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  #mc_embed_signup form input {
    border-radius: 4px; }
  /* line 592, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
  #mc_embed_signup form .button {
    background-color: #5bb75b; }

/* line 595, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

/* line 602, /home/donpottinger/Dropbox/donpottinger/source/stylesheets/all.sass */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
