/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.aircraft-listing a {
  display: block;
  margin-bottom: 3rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .aircraft-listing a {
    display: flex;
    flex-direction: row-reverse;
  }
}
.aircraft-listing a .listing-thumbnail {
  margin-bottom: 1rem;
  max-width: 830px;
}
@media (min-width: 768px) {
  .aircraft-listing a .listing-thumbnail {
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .aircraft-listing a .listing-info {
    border-top: 1px solid #555;
    padding-right: 3rem;
    padding-top: 3rem;
  }
}
.aircraft-listing a h2 {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.aircraft-listing a h2:after {
  border-bottom: 2px solid #F06421;
  content: " ";
  display: block;
  padding: 0.5rem 0;
  width: 40px;
}
.aircraft-listing a .listing-excerpt {
  font-size: 1.125rem;
}
.aircraft-listing a .listing-button {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 3rem;
  text-transform: uppercase;
}
.aircraft-listing a .listing-button .fa-handshake-alt, .aircraft-listing a .listing-button .fa-plus {
  background: #F06421;
  border-radius: 100%;
  color: #fff;
  height: 40px;
  margin-right: 1rem;
  padding: 0.5rem;
  text-align: center;
  width: 40px;
}
