/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
    Imports
    ========================================================================== */
@import url("https://use.typekit.net/oph7ekq.css");
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: franklin-gothic-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #f1f1f1;
  color: #000000;
  font-size: 1.4rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  font-style: normal; }

h1 {
  font-size: 3rem;
  margin-top: 0; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    color: #0000ff; }

.small {
  font-size: 1.1rem;
  line-height: 2rem; }

.subhead {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem; }

.text-right {
  text-align: right; }

footer {
  border-top: 0.5px solid #000000;
  line-height: 1.4rem; }
  footer .row {
    padding-top: 40px;
    padding-bottom: 40px; }

.arrow {
  width: 18px; }

.location-arrow {
  max-width: 50px; }
  .location-arrow .st0 {
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 2vw 5vw 2vw 5vw; }
  @media screen and (max-width: 768px) {
    .row {
      padding: 20px 20px; } }
  .row:first-child {
    padding-bottom: 0; }
  .row.bio-row:first-child {
    padding-bottom: 20px; }
  .row .half {
    width: 50%; }
  .row .full {
    width: 100%; }
    .row .full.marquee {
      width: 100vw;
      margin-left: -5vw; }
      @media screen and (max-width: 768px) {
        .row .full.marquee {
          margin-left: -20px; } }
  .row .one-third {
    width: 33.333%; }
  .row .two-thirds {
    width: 66.666%; }
  .row .three-fourths {
    width: 75%; }
  .row .one-fourth {
    width: 25%; }
  .row .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .row .justify-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .row .justify-end, .row.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .row .align-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .row .align-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .row .align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .row.email-row .one-third div,
  .row.email-row .two-thirds div,
  .row.email-row .one-fourth div,
  .row.email-row .three-fourths div {
    padding: 0 5px; }
  .row .location:hover .location-arrow {
    max-width: 50px; }
    .row .location:hover .location-arrow .st0 {
      fill: none;
      stroke: #0000ff;
      stroke-miterlimit: 10; }

.address-rows .row:first-child {
  padding: 0px 0 10px 0; }
.address-rows .row:last-child {
  padding: 0px 0 20px 0; }

.tab-content .address-rows .row:first-child {
  padding: 20px 0 5px 0; }
.tab-content .address-rows .row:last-child {
  padding: 5px 0 20px 0; }

.headshot-container {
  padding-right: 60px; }
  .headshot-container img {
    height: auto;
    max-width: 350px;
    width: 100%; }

.button-container {
  width: 100px;
  height: 100px; }
  @media screen and (max-width: 768px) {
    .button-container {
      width: 70px;
      height: 70px; } }
  .button-container svg {
    width: 100%;
    height: auto; }
    .button-container svg path {
      fill: #000000; }
  .button-container:hover svg path {
    cursor: pointer;
    fill: #0000ff; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.marquee-container {
  overflow: hidden;
  white-space: nowrap; }

.scrolling {
  animation: marquee 3s linear infinite;
  display: inline-block;
  padding-right: 10px; }
  .scrolling h1 {
    margin: 0; }

@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.tabs {
  overflow: hidden; }

.tab {
  border-top: 0.5px solid #000000;
  overflow: hidden;
  width: 100%; }
  .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    /* Icon */ }
    .tab-label::after {
      font-size: 3rem;
      content: "\002B";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all 0.35s; }
    .tab-label h1 {
      margin: 0; }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    transition: all 0.35s; }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer; }

.tab-content {
  padding: 0; }

input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

input:checked + .tab-label {
  color: #0000ff; }
  input:checked + .tab-label::after {
    content: "\002D"; }
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0; }

.slick-item {
  display: inline;
  padding: 10px; }
  .slick-item img {
    height: 200px;
    width: auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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