.intro {
  background-image: url(wyoming-road2-opt.jpg);
  background-position: center bottom;
}

.top-shadow {
  /* Use tool at https://codepen.io/yaphi1/pen/oNbEqGV to calculate optimal opacity */
  background: linear-gradient(to bottom, rgba(0, 57, 118, 0.533), transparent);
}

label {
  font-size: calc(var(--fontSize) * 1.25);
  margin-top: calc(var(--fontSize) * 1);
  font-weight: calc(var(--fontWeight) * 4);
  color: white;
}

.keywords-msg {
  text-align: center;
}

.fa-magnifying-glass {
  color: var(--brandshadow);
  font-size: calc(var(--fontSize) * 1);
}

.results-msg {
  font-size: calc(var(--fontSize) * 1.25);
  margin-top: calc(var(--fontSize) * 1);
  font-weight: calc(var(--fontWeight) * 4);
}

.fa-magnifying-glass {
  vertical-align: middle;
}

@media screen and (max-width: 63.9375em) {
    .results-msg {
        color: var(--brandshadow);
    }
}

@media screen and (min-width: 64em) {
    .results-msg {
        color: white;
    }
}

.title-text h1 {
    font-size: calc(var(--fontSize) * 1.75);
}

.top-shadow {
    /* Use tool at https://codepen.io/yaphi1/pen/oNbEqGV to calculate optimal opacity */
    background: linear-gradient(to bottom, rgba(0, 57, 118, 0.533), transparent);
    min-height: 100%;
    width: 100%;
}

.intro hr {
    width: 90%;
    margin-top: 0px;
    color: white;
    border-bottom: 2px solid white;
}

.intro.display-table {
    height: 400px;
}

.more-button {
    margin: calc(var(--fontSize) * 2) auto;
}

.SBlogo {
    margin-top: calc(var(--fontSize) * 0.5);
    margin-bottom: calc(var(--fontSize) * 0.5);
}

.bottom-div-text {
    color: var(--brandshadow);
    text-align: right;
    font-size: calc(var(--fontSize) * 0.75);
    margin-bottom: calc(var(--fontSize) * 0.75);
    margin-right: 10px;
}

.results {
  margin-top: calc(var(--fontSize) * 2);
}

.blogsearch {
  text-align: center;
}

@media print {
  .intro {
    display: none;
  }
}

#scrollmsg {
    color: white;
    text-align: center;
    font-size: calc(var(--fontSize) * 0.75);
    margin-top: calc(var(--fontSize) * 1);
    margin-bottom: calc(var(--fontSize) * 1);
}

.search-input-wrapper {
	/* This bit sets up the horizontal layout */
  display: flex;
  flex-direction: row;
  
  /* This bit draws the box around it */
  border: 1px solid #0C3C80;
  /* I've used padding so you can see the edges of the elements. */
  /* padding: 2px; */
  margin-bottom: calc(var(--fontSize) * 2);
  margin: 0 auto;
  max-width: 50%;
}

@media screen and (max-width:39.99875em) {
  .search-input-wrapper {
    max-width: 80%;
  }
}

input {
  /* Tell the input to use all the available space */
  flex-grow: 2;
  /* And hide the input's outline, so the form looks like the outline */
  border:none !important;
  margin-bottom: 0px !important;
}

input:focus{
  outline: none;
}

.ss360-layer-content img {
  max-width: 10%;
}

#searchButton {
  /* Just a little styling to make it pretty */
  /* border: 1px solid var(--brandshadow); */
  background: var(--brandcolor);
  color: var(--brandshadow);
  min-width: 10%;
}

@media screen and (max-width:39.99875em) {
  #searchButton {
    background: white;
    color: var(--brandshadow);
    min-width: 20%;
    border-left: 2px solid var(--brandshadow);
  }
}

#searchButton:hover {
  background: white;
  color: var(--brandshadow);
  border-left: 2px solid var(--brandshadow);
}

#searchButton svg {
  stroke-width: 2;
}

.ss360-suggests {
  margin-bottom: calc(var(--fontSize) * 2);
}
@media print {
  .ss360-suggests {
    page-break-inside: avoid;
  }
}

.ss360-suggests a {
	line-height: 1.0em !important;
}

.ss360-layer-content #ss360-search-result-heading a {
  font-size: calc(var(--fontSize) * 0.75);
  font-style: italic;
  color: var(--brandshadow);
  text-align: center;
  text-shadow: none;
}

.ss360-layer-content #ss360-search-result-heading {
  margin-top: calc(var(--fontSize) * 2);
  margin-bottom: calc(var(--fontSize) * 2);
}

.ss360-content-container {
	font-size: 0.9em !important;
}

.ss360-more-results {
  border-color: var(--brandshadow);
  background-color: var(--brandcolor);
  color: var(--brandshadow);
}

.ss360-more-results:hover {
  border-color: var(--brandshadow);
  color: var(--brandshadow);
  background-color: white;
}

.ss360-more-results > span {
  pointer-events: none;
}

#ss360-layer.ss360-overlay {
    height: 90vh;
}

.blog-search a {
  /* margin-top: calc(var(--fontSize) * 3); */
  color: white;
}

.page-content-body {
  margin-bottom: calc(var(--fontSize) * 2);
}

#searchButton {
  cursor: pointer;
}