.living-in-utah_banner {
  background-image: url(/sites/default/files/assets/teaching%20in%20utah/teaching-in-utah_bannerv2.png);
}

#UtahTeacherSalary {
  width: 100%;
}

#map_container > div {
  display: flex;
  align-items: center;
}

#map_container > div .left-container_3 {
  margin-left: 5%;
}

.tooltip {
  position: absolute;
  background-color: white;
  border-radius: 15px;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: inherit;
  opacity: 1;
}

.tooltip p {
  margin: 0px;
}

#choir {
  display: flex;
  flex-direction: row;
}

.graphs_inline {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.pics_inline {
  width: 17%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 1.3%;
  margin-right: 1.3%;
  font-weight: bold;
  overflow: hidden;
}

.pics_inline > div {
  border-radius: 30px;
  overflow: hidden;
}

.pics_inline a img {
  transition: 0.2s all ease-in-out;
  padding: 0px;
}

.pics_inline a {
  color: inherit;
}

.pics_inline p {
  margin-top: 10px;
}

.pics_inline a:hover {
  text-decoration: none;
}

.pics_inline a div {
  border-radius: 30px;
  overflow: hidden;
}

.pics_inline a img:hover {
  transform: scale(1.1);
}

#choir {
  display: flex;
  flex-direction: row;
  margin: 100;
  width: -moz-fit-content;
  width: fit-content;
}

.graph-row {
  display: flex;
  flex-direction: row;
}

.slide-from-right {
  transform: translateX(300%);
}

.slide-from-left {
  transform: translateX(-300%);
}

.slide-from-right,
.slide-from-left {
  transition: opacity 700ms ease, transform 800ms ease;
  opacity: 0;
}

.fade-in {
  transition: opacity 700ms ease;
  opacity: 0;
}

.choir-two {
  transition-delay: 50ms;
}

.choir-three {
  transition-delay: 100ms;
}

.choir-four {
  transition-delay: 150ms;
}

.choir-five {
  transition-delay: 200ms;
}

.jobs-text {
  font-size: 17px;
  font-weight: normal;
  color: #3c806b;
}

.appear {
  transform: translateX(0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .graphs_inline {
    width: 70%;
    margin: 0px;
  }
  .pics_inline {
    width: 60%;
    margin: 0px;
    padding-bottom: 50px;
  }
  #map_container > div {
    flex-direction: column;
  }
  #map_container > div .left-container_3 {
    margin-top: 5%;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

tr {
  display: flex;
}

td {
  width: 33%;
  text-align: left;
  display: flex;
}

tr:nth-child(even) {
  background-color: #e9f1f1;
  border-radius: 10px;
}

p.city {
  margin: 5px;
  width: 50%;
  float: left;
}

p.salary {
  margin: 5px;
  width: 65%;
  float: left;
}

#learn-more-job-projections {
  margin-left: 0;
  margin-top: 0.5rem;
}
