@charset "UTF-8";
/***** Font Awesome 4.5.0 by @davegandy *****/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-facebook-official::before {
  content: "";
}

.fa-twitter::before {
  content: "";
}

.fa-linkedin::before {
  content: "";
}

.fa-flickr::before {
  content: "";
}

.fa-youtube-play::before {
  content: "";
}

.fa-lastfm::before {
  content: "";
}

/***** Footer *****/
/* Column 1 */
.footer-col-1 h3 {
  margin-top: 0;
}

.vcard table tbody tr td {
  padding: .3em;
  vertical-align: top;
}

/* Column 3 */
.social-media-icons {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.social-media-icons a {
  color: #784f3a;
  font-size: 2em;
}

.social-media-icons li {
  margin-right: 1em;
}

/***** Bio *****/
/* xs only */
@media (max-width: 767px) {
  .bio .pull-left + p:first-of-type {
    clear: both;
  }

  .employment .employment-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .employment .employment-row p:first-child {
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
  }
  .employment .employment-row p:nth-child(0n+1) {
    margin-top: 0;
  }

  .honors .honors-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .honors .honors-row p:first-child {
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
  }
  .honors .honors-row p:nth-child(0n+1) {
    margin-top: 0;
  }
}
/* sm & up */
@media (min-width: 768px) {
  .employment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .employment .employment-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .employment .employment-row p:first-child {
    width: 6em;
  }

  .honors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .honors .honors-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .honors .honors-row p:first-child {
    width: 7em;
  }
}
/***** Images *****/
@media (max-width: 767px) {
  .img-xs-100 img {
    width: 100vw;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .img-xs-100 img {
    width: 100vw;
    width: 100%;
  }

  .img-sm-50 img {
    width: 50vw;
    width: 50%;
  }
}
@media (min-width: 922px) {
  .img-xs-100 img {
    width: 100vw;
    width: 100%;
  }

  .img-md-30 img {
    width: 30vw;
    width: 30%;
  }

  .img-md-50 img {
    width: 50vw;
    width: 50%;
  }

  .img-md-75 img {
    width: 75vw;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .img-xs-100 img {
    width: 100vw;
    width: 100%;
  }

  .img-md-30 img {
    width: 30vw;
    width: 30%;
  }

  .img-md-50 img {
    width: 50vw;
    width: 50%;
  }

  .img-md-75 img {
    width: 75vw;
    width: 75%;
  }
}
/***** Tables *****/
/* Responsive Tables */
.table-resp {
  border-bottom: 1px dotted gray;
  border-top: 1px dotted gray;
  margin-bottom: 1em;
}
.table-resp caption {
  text-align: left;
  margin-bottom: .75em;
}

/* xs Responsive Tables */
@media (min-width: 768px) {
  .table-resp td {
    padding: .25em;
    vertical-align: top;
  }
}
/* sm, md, lg Responsive Tables */
@media (max-width: 767px) {
  .table-resp {
    display: block;
  }
  .table-resp td {
    display: block;
  }
  .table-resp td:first-child {
    font-weight: 700;
    margin-top: .75em;
    margin-bottom: 0;
  }
  .table-resp td:nth-child(2) {
    margin-top: 0;
  }
}

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