.home-section {
  margin-bottom: 120px;
}

.home-section-header {
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  overflow: hidden;
}

.home-hero {
  margin-top: -30px;
  margin-bottom: 30px;
  height: 735px;  
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0,0,0,.5); 
}

.home-hero a {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0,0,0,.5);
  line-height: 1.4rem;
}

.home-hero-image {
  background-color: #222;
  position: absolute;
  height: 735px;
  width: 100%;
  z-index: -2;
  background-size: cover;
}

.home-hero-overlay {
  position: absolute;
  background-color: rgba(33,33,33);
  opacity: .5;
  transition: .25s opacity ease-in;
  height: 735px;
  width: 100%;
  z-index: -1;
}

.home-hero-header {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  width: 66%;
  margin-bottom: 45px;
  font-weight: 900;
  text-shadow: 0px 0px 15px rgba(0,0,0,.5); 
  padding-top: 60px;
}
.home-hero-stats {
  display: flex;
  flex-direction: row;
}

.home-hero-stats__stat-item {
  border-right: 4px solid #fff;
  padding: 10px 30px 8px 30px;
}
.home-hero-stats__stat-item:first-child {
  padding-left: 0;
}
.home-hero-stats__stat-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.home-hero-stats__stat-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.home-hero-stats__stat-item h5,
.home-hero-stats__stat-item h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0px 0px 15px rgba(0,0,0,.5); 
  font-weight: 900;
}

.home-hero-stats__stat-item h5 {
  font-size: 50px;
  line-height: 50px;
}
.home-hero-stats__stat-item h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.home-hero-search__form {
  margin-top: 47px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}

.home-hero-browse-all-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;  
}

.home-hero-search__form-search-icon-container {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: -2px;
  border-radius: 2px;
  padding-left: 8px;
}
.home-hero-search__form-search-icon-container .icon-fill {
  fill: #222
}

.home-hero-search__form-input {
  border: 0;
  min-width: 300px;
  padding: 8px;
  height: 40px;
  margin-right: 15px;
}

.home-hero-search__edit-select {
  border: 0;
  min-width: 150px;
}

.home-hero-search__form-inputs {
  display: flex;
}

.home-hero-search__edit-select.ss-main .ss-single-selected {
  border: 0;
  height: 40px;
}

.home-hero-search__edit-select.ss-main .ss-single-selected .placeholder {
  align-self: center;
}

.home-hero-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.home-hero-image-credit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: .25s opacity ease-in;
  margin-bottom: 0px;
}

.home-hero-image-credit__country {
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
}
.home-hero-image-credit__entry-link {
  font-size: 20px;
}

.home-hero-image-credit svg {
  margin-top: 2px;
  margin-right: 4px;
}

.home-hero-image-credit__credit {
  margin-top: 4px;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
}

.home-hero__carousel-navigation {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.home-hero__carousel-navigation .carousel-navigation__dots-nav-item {
  background-color: #555;
}
.home-hero__carousel-navigation .carousel-navigation__dots-nav-item--current {
  background-color: #fff;
}

.home-hero-footer {
  margin-bottom: 40px;
}

.home-hero-footer .grid-column {
  margin-bottom: 0px;
}

.home-section-column-image {
  width: 80%
}

.home-quick-sumbit__floating-action-button {
  display: none;
}

@media (max-height: 598px) { 
  .home-hero-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-section-column-image {
    height: 180px;
  }
  .home-hero-stats__stat-item {
    padding: 0 2VW;
    border-right: 2px solid #fff;
  }
  .home-hero-stats__stat-item a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
  }

  .home-hero-stats__stat-item h5, 
  .home-hero-stats__stat-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
  } 
  .home-hero-stats__stat-item h5 {
    padding-right: .25em; 
    line-height: unset;
  }
  .home-section {
    margin-bottom: 60px;
  }
  .home-hero-image-credit h3 {
    font-size: 1rem;
  }
  .home-hero-header {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 45px;
  }
  .home-hero-search__form {
    display: none;
  }
}
@media (max-width: 1200px) { 
  .home-hero-header {
    width: 100%
  }
}
@media (max-width: 1000px) { 
  .home-hero-stats__stat-item {
    border-right: 2px solid #fff;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .home-hero-stats__stat-item h5 {
    font-size: 2rem;
    line-height: 1.75rem;
  }
  .home-hero-stats__stat-item h3 {
    font-size: 1rem;
  }
  .home-quick-sumbit__floating-action-button { 
    display: flex;
    bottom: 120px;
  }
}

@media (max-width: 900px) { 
  .home-hero-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home-hero-header {
    margin-bottom: 30px;
  }
  .home-section-column-image {
    height: 180px;
  }
  .home-hero-stats__stat-item {
    padding: 0 2VW;
    border-right: 2px solid #fff;
  }
  .home-hero-stats__stat-item a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
  }

  .home-hero-stats__stat-item h5, 
  .home-hero-stats__stat-item h3 {
    font-size: 1rem;
    margin-bottom: 0;
  } 
  .home-hero-stats__stat-item h5 {
    padding-right: .25em; 
  }
  .home-section {
    margin-bottom: 60px;
  }
}

@media (max-width: 850px) { 
  .home-hero-search__edit-select {
    display: none;
  }
  .home-hero-stats {
    display: none;
  }
  .home-hero-search__form-input {
    min-width: 200px;
  }
  .home-hero-search__form button {
    max-width: 150px;
  }
}

@media (max-width: 750px) { 
  .home-hero-search__form {
    flex-direction: column;
  }
  .home-hero-search__edit-select {
    display: none;
  }
  .home-hero-search__form-input {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 325px;
  }
  .home-hero-browse-all-link {
    margin-left: 0;
    margin-top: 10px;
  }
  .home-hero-header {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 500px) { 
  .home-hero-stats__stat-item h5, 
  .home-hero-stats__stat-item h3 {
    font-size: 0.875rem;
    line-height: 1.1rem;
    font-weight: 300;
  } 

  .home-hero-image-credit {
    flex-direction: column;
  }
  .home-hero-image-credit__credit {
    display: none;
  }
  .home-hero__carousel-navigation {
    display: none;
  }
  .home-hero-header {
    padding-top: 40px;
    font-size: 20px;
    line-height: 24px;
  }
  .home-hero-image-credit__credit {
    font-size: 10px;
  }
  .home-hero-image-credit__country {
    font-size: 10px;
  }
  .home-hero-image-credit__entry-link {
    font-size: 16px;
    line-height: 20px;
  }
}