/* Color Palette */
/* $size-padding-book must be less than or equal to $size-spacing-left and $size-spacing-right */
div#hosted_content {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.flex-form {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-size: .75rem;
  font-weight: 500;
  margin-top: 1rem;
}

input {
  background-color: #ffffff;
  border-radius: .25rem;
}

input[type='text'] {
  padding: .6125rem .75rem;
}

input[type='tel'] {
  padding: .6125rem .75rem;
}

.submit-form {
  align-self: center;
  width: 60%;
}

.custom-select {
  position: relative;
}

.custom-select select {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.select-selected {
  background-color: #ffffff;
}

.select-selected::after {
  border: 6px solid transparent;
  border-color: #2d3138 transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  width: 0;
}

.select-selected.select-arrow-active::after {
  border-color: transparent transparent #2d3138;
  top: .9rem;
}

.select-selected {
  border-bottom: solid 1px #e0e0e0;
  border-radius: .25rem;
}

.select-arrow-active {
  border-bottom: 0;
  border-radius: .25rem .25rem 0 0;
}

.select-items div {
  border-bottom: 0;
}

.select-items div:last-child {
  border-bottom: solid 1px #e0e0e0;
  border-radius: 0 0 .25rem .25rem;
}

.select-items div,
.select-selected {
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
  cursor: pointer;
  margin-top: 0;
  padding: .6125rem .75rem;
  position: relative;
  user-select: none;
  z-index: 1;
}

.contact-us {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.select-items {
  background-color: #ffffff;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.hosted-content {
  padding-bottom: 0;
  padding-top: 0;
}

.hero-colored-background-alternate {
  background-color: #f5f7fa;
}

.steve-jobs {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  order: 1;
}

.iphone-image-jobs {
  max-width: 55%;
  padding-left: .5rem;
}

#heros {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 71.75rem;
  position: relative;
}

#hero-middle {
  display: inline-block;
  flex: 0 1 100%;
  order: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
}

#hero {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  order: 1;
}

.hero-image {
  max-width: 90%;
}

.home-h1-hero {
  color: #2d3138;
  font-size: 1.888rem;
  font-weight: bold;
  line-height: 1.14;
  text-align: center;
}

.home-p-hero {
  font-size: 1rem;
  line-height: 1.55;
  margin-top: 1rem;
  padding-top: 3rem;
  text-align: center;
}

.books-welcome-text {
  font-weight: 300;
  margin: auto;
  max-width: 48rem;
  text-align: center;
}

.teams-gallery {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.teams-book-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  text-align: left;
}

.teams-book-wrapper:last-child {
  margin-bottom: 0;
}

.teams-book {
  border-radius: 4px;
  box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.6), 0px 3px 25px 3px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.3), inset 0 -1px 3px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.12), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  max-width: 45%;
}

.team-title-text {
  font-size: 1rem;
}

.teams-text {
  display: flex;
  flex-direction: column;
  font-size: .95rem;
  height: 45%;
  justify-content: space-between;
  margin-top: 1rem;
}

.teams-title {
  font-size: .7rem;
  font-weight: 500;
}

.teams-author {
  font-size: .7rem;
  margin-top: .2rem;
}

.books-welcome-text-wide {
  font-weight: 300;
  margin: auto;
  max-width: 58rem;
  text-align: center;
}

.zebra-text {
  float: left;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

#benefit-blocks {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.benefit-block {
  display: inline-block;
  font-size: .85rem;
  margin-bottom: 2rem;
  min-width: 10rem;
  text-align: center;
  vertical-align: top;
}

.bottom-benefits {
  margin-bottom: 1rem;
  width: 85%;
}

#zebra-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding-bottom: 0;
  padding-top: 0;
}

@media only screen and (min-width: 39.875rem) {
  .hosted-content {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }

  button {
    display: inline-block;
    width: auto;
  }

  #heros {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .teams-text {
    margin-left: 1.5rem;
    margin-top: 3rem;
  }

  #hero-middle {
    align-self: center;
    flex: 1 0 auto;
    max-width: 45rem;
    order: 1;
    padding-top: 4rem;
    text-align: center;
    z-index: 1;
  }

  .teams-book-wrapper {
    align-items: start;
    flex-direction: row;
    margin-bottom: 2rem;
    max-width: 45%;
  }

  .teams-book-wrapper:last-child {
    margin-bottom: 2rem;
  }

  .home-p-hero {
    font-size: 1.176rem;
    margin-top: 2rem;
    padding-top: 3rem;
  }

  .iphone-image-jobs {
    max-width: 30%;
    padding-left: 0;
  }

  .benefit-block {
    margin-bottom: 0;
    margin-top: 0;
    min-width: unset;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
  }

  .steve-jobs {
    margin-top: 4rem;
  }

  #zebra-section {
    margin-top: 6rem;
    padding-top: 2.25rem;
  }

  .team-title-text {
    font-size: 1.5rem;
  }

  .teams-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 2rem;
  }

  #benefit-blocks {
    flex-direction: row;
  }

  .home-h1-hero {
    font-size: 2.588rem;
  }

  .flex-form {
    max-width: 70%;
  }

  .bottom-benefits {
    width: 65%;
  }

  .books-welcome-text-wide {
    max-width: 58rem;
  }
}
.m-auto {
  margin: auto;
}

.mt-15 {
  margin-top: 15px !important;
}

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